mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Remove library_check wrapper from songs
This commit is contained in:
parent
5f34222712
commit
2c55f7a27c
1 changed files with 3 additions and 4 deletions
|
@ -209,10 +209,9 @@ class Music(KodiDb):
|
||||||
self.link(*values(temp_obj, QU.update_link_obj))
|
self.link(*values(temp_obj, QU.update_link_obj))
|
||||||
self.item_ids.append(temp_obj['Id'])
|
self.item_ids.append(temp_obj['Id'])
|
||||||
|
|
||||||
@stop
|
@stop()
|
||||||
@jellyfin_item
|
@jellyfin_item()
|
||||||
@library_check
|
def song(self, item, e_item):
|
||||||
def song(self, item, e_item, library):
|
|
||||||
|
|
||||||
''' Update object to kodi.
|
''' Update object to kodi.
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue