mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +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
|
# for more detail
|
||||||
if [ "${mode}" == "chaptered" ]; then
|
if [ "${mode}" == "chaptered" ]; then
|
||||||
# Playlist m3u support
|
# Playlist m3u support
|
||||||
playlist_file="${output_directory}/${fileNameScheme}.m3u"
|
playlist_file="${output_directory}/${currentFileNameScheme}.m3u"
|
||||||
if [ "${continue}" == "0" ]; then
|
if [ "${continue}" == "0" ]; then
|
||||||
log "Creating PlayList ${fileNameScheme}.m3u"
|
log "Creating PlayList ${currentFileNameScheme}.m3u"
|
||||||
echo '#EXTM3U' > "${playlist_file}"
|
echo '#EXTM3U' > "${playlist_file}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user