mirror of
				https://github.com/KrumpetPirate/AAXtoMP3.git
				synced 2025-11-04 04:50:42 +01:00 
			
		
		
		
	correct playlist name?
This commit is contained in:
		
							
								
								
									
										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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user