Use series order float (#632)
Add decimal formatter to number tag types
This commit is contained in:
parent
a386ace0e6
commit
bd3e833dc1
4 changed files with 30 additions and 18 deletions
|
|
@ -20,7 +20,7 @@ namespace LibationFileManager
|
|||
public string FirstNarrator => Narrators.FirstOrDefault();
|
||||
|
||||
public string SeriesName { get; set; }
|
||||
public int? SeriesNumber { get; set; }
|
||||
public float? SeriesNumber { get; set; }
|
||||
public bool IsSeries => !string.IsNullOrEmpty(SeriesName);
|
||||
public bool IsPodcastParent { get; set; }
|
||||
public bool IsPodcast { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue