mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +00:00
Merge pull request #344 from oddstr13/pr-fix-music-sync-1
Fix music sync
This commit is contained in:
commit
bf372791ab
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ class Music(KodiDb):
|
||||||
@stop()
|
@stop()
|
||||||
@jellyfin_item()
|
@jellyfin_item()
|
||||||
@library_check()
|
@library_check()
|
||||||
def song(self, item, e_item):
|
def song(self, item, e_item, library):
|
||||||
|
|
||||||
''' Update object to kodi.
|
''' Update object to kodi.
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue