Fix SavePodcastsToParentFolder setting (#612)

This commit is contained in:
Mbucari 2023-06-02 23:54:32 -06:00
parent e640edee7f
commit 75c07c3209
5 changed files with 17 additions and 9 deletions

View file

@ -22,6 +22,7 @@ namespace LibationFileManager
public string SeriesName { get; set; }
public int? SeriesNumber { get; set; }
public bool IsSeries => !string.IsNullOrEmpty(SeriesName);
public bool IsPodcastParent { get; set; }
public bool IsPodcast { get; set; }
public int BitRate { get; set; }