Add import http enabled configuration

This commit is contained in:
Chocobozzz 2018-08-03 11:10:31 +02:00
parent 7e5f9f001d
commit 5d08a6a74e
26 changed files with 385 additions and 12 deletions

View file

@ -55,4 +55,12 @@ export interface CustomConfig {
'1080p': boolean
}
}
import: {
videos: {
http: {
enabled: boolean
}
}
}
}