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

@ -28,6 +28,9 @@ export interface ServerConfig {
http: {
enabled: boolean
}
torrent: {
enabled: boolean
}
}
}