Skip to content

Commit

Permalink
Fix database entry for music videos
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarlton00 committed Dec 13, 2019
1 parent 146aed3 commit 014d2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jellyfin_kodi/objects/musicvideos.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def get_path_filename(self, obj):
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'],
Expand Down

0 comments on commit 014d2ef

Please sign in to comment.