mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 10:16:11 +00:00
Merge nested if condition
This commit is contained in:
parent
e7e6fbdd31
commit
5e188e63dd
1 changed files with 10 additions and 9 deletions
|
@ -341,8 +341,9 @@ class Library(threading.Thread):
|
|||
|
||||
return True
|
||||
|
||||
if settings('SyncInstallRunDone.bool'):
|
||||
if settings('kodiCompanion.bool'):
|
||||
if settings('SyncInstallRunDone.bool') and settings(
|
||||
'kodiCompanion.bool'
|
||||
):
|
||||
|
||||
if self.server.jellyfin.check_companion_installed():
|
||||
|
||||
|
|
Loading…
Reference in a new issue