mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-26 02:36:10 +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):
|
def run(self):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
val = 1/0
|
|
||||||
self.run_internal()
|
self.run_internal()
|
||||||
except Warning as e:
|
except Warning as e:
|
||||||
if "restricted" in e:
|
if "restricted" in e:
|
||||||
|
|
Loading…
Reference in a new issue