Add option to select seasons when season number is duplicated (#199)

This commit is contained in:
bytedream 2023-06-23 17:19:16 +02:00
parent d75c04fbb6
commit fc44b8af8a
10 changed files with 227 additions and 52 deletions

View file

@ -4,6 +4,7 @@ pub mod download;
pub mod ffmpeg;
pub mod filter;
pub mod format;
pub mod interactive_select;
pub mod locale;
pub mod log;
pub mod os;