Merge pull request #344 from oddstr13/pr-fix-music-sync-1

Fix music sync
This commit is contained in:
mcarlton00 2020-07-31 16:32:10 -04:00 committed by GitHub
commit bf372791ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,7 +210,7 @@ class Music(KodiDb):
@stop()
@jellyfin_item()
@library_check()
def song(self, item, e_item):
def song(self, item, e_item, library):
''' Update object to kodi.
'''