Fixed typo in default custom output key for categories

categories-playlist-fix
Isaac Abadi 5 years ago
parent 1d5490c0ff
commit d7d861ef0e

@ -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();

Loading…
Cancel
Save