Add optional imdb_id

This commit is contained in:
Marc Plano-Lesay 2025-05-01 20:53:37 +10:00
parent 90c3fc5ee3
commit df6e3476cc
Signed by: kernald
GPG key ID: 66A41B08CC62A6CF
7 changed files with 14 additions and 0 deletions

View file

@ -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