Remove episode and volume filter, they were buggy and useless.

Use the @URL syntax do download a single episode.
This commit is contained in:
Godzil
2018-07-14 20:38:07 +01:00
parent 6448f4ec97
commit f10bead0dc
4 changed files with 0 additions and 44 deletions

View File

@@ -5,9 +5,6 @@ interface IConfig {
// Disables
cache?: boolean;
merge?: boolean;
// Filters
episode?: number;
volume?: number;
// Settings
format?: string;
output?: string;