Fix database entry for music videos

This commit is contained in:
Matt 2019-12-13 18:19:48 -05:00
parent 146aed33e9
commit 014d2ef3c5
1 changed files with 1 additions and 1 deletions

View File

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