Fix Music playback websocket KeyError

This commit is contained in:
tomkat83 2016-03-28 11:39:35 +02:00
parent 9e2668e6da
commit 85c3f3949b

View file

@ -44,7 +44,8 @@ def GetItemClassFromType(itemType):
'show': 'TVShows',
'artist': 'Music',
'album': 'Music',
'track': 'Music'
'track': 'Music',
'song': 'Music'
}
return classes[itemType]