mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-29 09:43:19 +03:00
Added migration to add tasks manager permission for admin role
All routes are now properly protected against logged in users w/o permissions
This commit is contained in:
@@ -221,7 +221,8 @@ exports.AVAILABLE_PERMISSIONS = [
|
||||
'subscriptions',
|
||||
'sharing',
|
||||
'advanced_download',
|
||||
'downloads_manager'
|
||||
'downloads_manager',
|
||||
'tasks_manager'
|
||||
];
|
||||
|
||||
exports.DETAILS_BIN_PATH = 'node_modules/youtube-dl/bin/details'
|
||||
|
||||
Reference in New Issue
Block a user