Add import.video.torrent configuration
This commit is contained in:
parent
990b6a0b0c
commit
a84b8fa5cf
23 changed files with 112 additions and 106 deletions
|
@ -60,6 +60,9 @@ export interface CustomConfig {
|
|||
videos: {
|
||||
http: {
|
||||
enabled: boolean
|
||||
},
|
||||
torrent: {
|
||||
enabled: boolean
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue