Skip to content

Commit

Permalink
Merge pull request #331 from mcarlton00/music-sync
Browse files Browse the repository at this point in the history
Don't process songs from unsynced libraries
  • Loading branch information
oddstr13 committed Jul 7, 2020
2 parents 8445ad1 + 24bd059 commit eb40690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jellyfin_kodi/objects/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ def artist_link(self, obj):

@stop()
@jellyfin_item()
@library_check()
def song(self, item, e_item):

''' Update object to kodi.
Expand Down

0 comments on commit eb40690

Please sign in to comment.