mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-26 02:06:12 +00:00
Refractor some decorators
This commit is contained in:
parent
803081f65a
commit
3ec71e89d6
7 changed files with 101 additions and 106 deletions
|
@ -110,7 +110,7 @@ class Library(threading.Thread):
|
|||
with Database('video'), Database('music'):
|
||||
pass
|
||||
|
||||
@stop()
|
||||
@stop
|
||||
def service(self):
|
||||
|
||||
''' If error is encountered, it will rerun this function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue