make tags optional in shows.yaml
This commit is contained in:
parent
363838e466
commit
31e1b6302a
2 changed files with 4 additions and 6 deletions
|
@ -8,6 +8,7 @@ mod enumeration;
|
|||
#[derive(Deserialize)]
|
||||
pub struct Show {
|
||||
pub path: PathBuf,
|
||||
#[serde(default)]
|
||||
pub tags: Vec<String>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue