fix videonodes and playlists

This commit is contained in:
marcelveldt 2016-01-18 20:17:14 +01:00
parent 3421bf88e1
commit 58533e1c44
4 changed files with 17 additions and 6 deletions

View file

@ -69,7 +69,7 @@ def getSongTags(file):
hasEmbeddedCover = False
isTemp,filename = getRealFileName(file)
logMsg( "getting song ID3 tags for " + filename,0)
logMsg( "getting song ID3 tags for " + filename)
try:
###### FLAC FILES #############