Fix library sync crashing trying to display an error

- Fixes #340
This commit is contained in:
croneter 2017-09-08 12:54:43 +02:00
parent 6268768a4b
commit 826712340b

View file

@ -108,7 +108,7 @@ class LibrarySync(Thread):
dialog('notification', dialog('notification',
heading='{plex}', heading='{plex}',
message=message, message=message,
type='{error}') icon='{error}')
def syncPMStime(self): def syncPMStime(self):
""" """