Use series order float (#632)

Add decimal formatter to number tag types
This commit is contained in:
Mbucari 2023-06-15 10:04:17 -06:00
parent a386ace0e6
commit bd3e833dc1
4 changed files with 30 additions and 18 deletions

View file

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