Merge nested if condition

This commit is contained in:
Brian Pepple 2020-09-27 11:16:48 -04:00 committed by Odd Stråbø
parent e7e6fbdd31
commit 5e188e63dd
1 changed files with 10 additions and 9 deletions

View File

@ -341,8 +341,9 @@ class Library(threading.Thread):
return True return True
if settings('SyncInstallRunDone.bool'): if settings('SyncInstallRunDone.bool') and settings(
if settings('kodiCompanion.bool'): 'kodiCompanion.bool'
):
if self.server.jellyfin.check_companion_installed(): if self.server.jellyfin.check_companion_installed():