Add import.video.torrent configuration

This commit is contained in:
Chocobozzz 2018-08-07 10:07:53 +02:00
parent 990b6a0b0c
commit a84b8fa5cf
23 changed files with 112 additions and 106 deletions

View file

@ -60,6 +60,9 @@ export interface CustomConfig {
videos: {
http: {
enabled: boolean
},
torrent: {
enabled: boolean
}
}
}