Add import http enabled configuration
This commit is contained in:
parent
7e5f9f001d
commit
5d08a6a74e
26 changed files with 385 additions and 12 deletions
|
@ -55,4 +55,12 @@ export interface CustomConfig {
|
|||
'1080p': boolean
|
||||
}
|
||||
}
|
||||
|
||||
import: {
|
||||
videos: {
|
||||
http: {
|
||||
enabled: boolean
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue