Fix database entry for music videos

This commit is contained in:
Matt 2019-12-13 18:19:48 -05:00
parent 146aed33e9
commit 014d2ef3c5

View file

@ -163,7 +163,7 @@ class MusicVideos(KodiDb):
obj['Path'] = obj['Path'].replace(obj['Filename'], "") obj['Path'] = obj['Path'].replace(obj['Filename'], "")
else: else:
obj['Path'] = "plugin://plugin.video.jellyfin/" obj['Path'] = "plugin://plugin.video.jellyfin/%s/" % obj['LibraryId']
params = { params = {
'filename': obj['Filename'].encode('utf-8'), 'filename': obj['Filename'].encode('utf-8'),
'id': obj['Id'], 'id': obj['Id'],