Fix SavePodcastsToParentFolder setting (#612)
This commit is contained in:
parent
e640edee7f
commit
75c07c3209
5 changed files with 17 additions and 9 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue