mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
doh remove test line
This commit is contained in:
parent
d5d63263a9
commit
5f20dbdb39
1 changed files with 0 additions and 1 deletions
|
@ -968,7 +968,6 @@ class LibrarySync(threading.Thread):
|
|||
def run(self):
|
||||
|
||||
try:
|
||||
val = 1/0
|
||||
self.run_internal()
|
||||
except Warning as e:
|
||||
if "restricted" in e:
|
||||
|
|
Loading…
Reference in a new issue