Fix music sync

This commit is contained in:
Odd Stråbø 2020-07-31 22:22:23 +02:00
parent 875df77c18
commit e543762483
1 changed files with 1 additions and 1 deletions

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.
'''