mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix indentation
This commit is contained in:
parent
9a9b84c66c
commit
6c786cfb9b
1 changed files with 4 additions and 4 deletions
|
@ -350,12 +350,12 @@ class Library(threading.Thread):
|
|||
|
||||
if self.server.jellyfin.check_companion_installed():
|
||||
|
||||
if not self.fast_sync():
|
||||
dialog("ok", heading="{jellyfin}", line1=_(33128))
|
||||
if not self.fast_sync():
|
||||
dialog("ok", heading="{jellyfin}", line1=_(33128))
|
||||
|
||||
raise Exception("Failed to retrieve latest updates")
|
||||
raise Exception("Failed to retrieve latest updates")
|
||||
|
||||
LOG.info("--<[ retrieve changes ]")
|
||||
LOG.info("--<[ retrieve changes ]")
|
||||
|
||||
else:
|
||||
raise LibraryException('CompanionMissing')
|
||||
|
|
Loading…
Reference in a new issue