mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-04 23:01:28 +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,
|
name: name,
|
||||||
uid: uuid(),
|
uid: uuid(),
|
||||||
rules: [],
|
rules: [],
|
||||||
custom_putput: ''
|
custom_output: ''
|
||||||
};
|
};
|
||||||
|
|
||||||
db.get('categories').push(new_category).write();
|
db.get('categories').push(new_category).write();
|
||||||
|
|||||||
Reference in New Issue
Block a user