Remove library_check wrapper from songs

This commit is contained in:
Matt 2020-08-02 09:41:25 -04:00
parent 5f34222712
commit 2c55f7a27c
1 changed files with 3 additions and 4 deletions

View File

@ -209,10 +209,9 @@ class Music(KodiDb):
self.link(*values(temp_obj, QU.update_link_obj))
self.item_ids.append(temp_obj['Id'])
@stop
@jellyfin_item
@library_check
def song(self, item, e_item, library):
@stop()
@jellyfin_item()
def song(self, item, e_item):
''' Update object to kodi.
'''