Remove episode and volume filter, they were buggy and useless.
Use the @URL syntax do download a single episode.
This commit is contained in:
3
src/interface/IConfig.d.ts
vendored
3
src/interface/IConfig.d.ts
vendored
@@ -5,9 +5,6 @@ interface IConfig {
|
||||
// Disables
|
||||
cache?: boolean;
|
||||
merge?: boolean;
|
||||
// Filters
|
||||
episode?: number;
|
||||
volume?: number;
|
||||
// Settings
|
||||
format?: string;
|
||||
output?: string;
|
||||
|
||||
Reference in New Issue
Block a user