Add ability to remove hls/webtorrent files

This commit is contained in:
Chocobozzz
2021-11-17 16:04:53 +01:00
parent 3cfa817672
commit b46cf4b920
20 changed files with 497 additions and 37 deletions

View File

@@ -38,5 +38,7 @@ export const enum UserRight {
MANAGE_PLUGINS,
MANAGE_VIDEOS_REDUNDANCIES
MANAGE_VIDEOS_REDUNDANCIES,
MANAGE_VIDEO_FILES
}