Added m4b & mp3 methods for multiple files.

This commit is contained in:
Sean Kelly 2021-09-27 21:34:43 +13:00
parent 8a74a29700
commit 13294d3414
2 changed files with 28 additions and 19 deletions

View file

@ -140,7 +140,7 @@ namespace FileLiberator
{
// create final directory. move each file into it. MOVE AUDIO FILE LAST
// new dir: safetitle_limit50char + " [" + productId + "]"
// TODO make this method handle multiple audio files or a single audio file.
var destinationDir = AudibleFileStorage.Audio.GetDestDir(product.Title, product.AudibleProductId);
Directory.CreateDirectory(destinationDir);