oops. again
This commit is contained in:
parent
30e2caaff5
commit
c9c28c7826
12 changed files with 103 additions and 119 deletions
|
|
@ -155,7 +155,7 @@ namespace FileLiberator
|
|||
var dest
|
||||
= AudibleFileStorage.Audio.IsFileTypeMatch(f)
|
||||
? audioFileName
|
||||
// non-audio filename: safetitle_limit50char + " [" + productId + "][" + audio_ext +"]." + non_audio_ext
|
||||
// non-audio filename: safetitle_limit50char + " [" + productId + "][" + audio_ext + "]." + non_audio_ext
|
||||
: FileUtility.GetValidFilename(destinationDir, product.Title, f.Extension, product.AudibleProductId, musicFileExt);
|
||||
|
||||
if (Path.GetExtension(dest).Trim('.').ToLower() == "cue")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue