mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-17 18:58:58 +01:00
correct playlist name?
This commit is contained in:
parent
8f0f8ec3e1
commit
ffbc592bf8
4
AAXtoMP3
4
AAXtoMP3
@ -532,9 +532,9 @@ do
|
||||
# for more detail
|
||||
if [ "${mode}" == "chaptered" ]; then
|
||||
# Playlist m3u support
|
||||
playlist_file="${output_directory}/${fileNameScheme}.m3u"
|
||||
playlist_file="${output_directory}/${currentFileNameScheme}.m3u"
|
||||
if [ "${continue}" == "0" ]; then
|
||||
log "Creating PlayList ${fileNameScheme}.m3u"
|
||||
log "Creating PlayList ${currentFileNameScheme}.m3u"
|
||||
echo '#EXTM3U' > "${playlist_file}"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user