Add <series#> tag zero padding (#466)
This commit is contained in:
parent
c72b64d74c
commit
5c7db6cd23
9 changed files with 76 additions and 70 deletions
|
|
@ -20,7 +20,8 @@ namespace LibationFileManager
|
|||
public string FirstNarrator => Narrators.FirstOrDefault();
|
||||
|
||||
public string SeriesName { get; set; }
|
||||
public string SeriesNumber { get; set; }
|
||||
public int? SeriesNumber { get; set; }
|
||||
public bool IsSeries => !string.IsNullOrEmpty(SeriesName);
|
||||
public bool IsPodcast { get; set; }
|
||||
|
||||
public int BitRate { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue