Merge pull request #331 from mcarlton00/music-sync

Don't process songs from unsynced libraries
This commit is contained in:
Odd Stråbø 2020-07-07 21:07:44 +02:00 committed by GitHub
commit eb40690332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.