mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Merge pull request #331 from mcarlton00/music-sync
Don't process songs from unsynced libraries
This commit is contained in:
commit
eb40690332
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ class Music(KodiDb):
|
||||||
|
|
||||||
@stop()
|
@stop()
|
||||||
@jellyfin_item()
|
@jellyfin_item()
|
||||||
|
@library_check()
|
||||||
def song(self, item, e_item):
|
def song(self, item, e_item):
|
||||||
|
|
||||||
''' Update object to kodi.
|
''' Update object to kodi.
|
||||||
|
|
Loading…
Reference in a new issue