We want to save the video format/quality infos in the config file.

This commit is contained in:
Godzil
2020-04-27 22:37:23 +01:00
parent b3a96cd0e7
commit e058b8e699
3 changed files with 24 additions and 15 deletions

View File

@@ -8,6 +8,7 @@ interface IConfig {
episodes?: string;
// Settings
crlang?: string;
sublang?: any;
format?: string;
output?: string;
series?: string;