mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-28 11:56:12 +00:00
Refractor some decorators
This commit is contained in:
parent
803081f65a
commit
3ec71e89d6
7 changed files with 101 additions and 106 deletions
|
@ -235,7 +235,7 @@ def get_songs_by_artist(artist_id, basic=False):
|
|||
yield items
|
||||
|
||||
|
||||
@stop()
|
||||
@stop
|
||||
def _get_items(query, server_id=None):
|
||||
|
||||
''' query = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue