Fix SavePodcastsToParentFolder setting (#612)
This commit is contained in:
parent
e640edee7f
commit
75c07c3209
5 changed files with 17 additions and 9 deletions
|
|
@ -25,8 +25,7 @@ namespace FileLiberator
|
|||
|
||||
if (seriesParent is not null)
|
||||
{
|
||||
var baseDir = Templates.Folder.GetFilename(seriesParent.ToDto(), AudibleFileStorage.BooksDirectory, "");
|
||||
return Templates.Folder.GetFilename(libraryBook.ToDto(), baseDir, "");
|
||||
return Templates.Folder.GetFilename(seriesParent.ToDto(), AudibleFileStorage.BooksDirectory, "");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue