Don't process songs from unsynced libraries

This commit is contained in:
Matt 2020-06-27 14:06:32 -04:00
parent bfbd713915
commit 24bd05903d
1 changed files with 1 additions and 0 deletions

View File

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