mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-19 14:46:13 +00:00
fix videonodes and playlists
This commit is contained in:
parent
3421bf88e1
commit
58533e1c44
4 changed files with 17 additions and 6 deletions
|
@ -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 #############
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue