mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 12:00:01 +03:00
Fixed typo in default custom output key for categories
This commit is contained in:
@@ -2244,7 +2244,7 @@ app.post('/api/createCategory', optionalJwt, async (req, res) => {
|
||||
name: name,
|
||||
uid: uuid(),
|
||||
rules: [],
|
||||
custom_putput: ''
|
||||
custom_output: ''
|
||||
};
|
||||
|
||||
db.get('categories').push(new_category).write();
|
||||
|
||||
Reference in New Issue
Block a user