This commit is contained in:
angelblue05 2016-09-10 06:15:58 -05:00 committed by GitHub
parent cd06049e86
commit b34007f727
13 changed files with 640 additions and 732 deletions

View file

@ -70,7 +70,7 @@ class Main(object):
elif mode == 'texturecache':
import artwork
artwork.Artwork().fullTextureCacheSync()
artwork.Artwork().texture_cache_sync()
else:
entrypoint.doMainListing()
@ -136,7 +136,7 @@ class Main(object):
dialog(type_="ok",
heading="{emby}",
line1=lang(33034))
log.warn("Not connected to the emby server.")
log.warn("Not connected to the emby server")
elif window('emby_dbScan') != "true":
import librarysync
@ -149,7 +149,7 @@ class Main(object):
else:
library_sync.fullSync(repair=True)
else:
log.warn("Database scan is already running.")
log.warn("Database scan is already running")
if __name__ == "__main__":