Add optional imdb_id
This commit is contained in:
parent
90c3fc5ee3
commit
df6e3476cc
7 changed files with 14 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ use std::path::{Path, PathBuf};
|
|||
pub struct SourceConfig {
|
||||
pub username: String,
|
||||
pub title_filter: Option<String>,
|
||||
pub imdb_id: Option<String>,
|
||||
}
|
||||
|
||||
/// Main application configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue