From 3c9a97047e637e3f298d93c66e7a17c31c3191d1 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Fri, 5 Oct 2018 17:16:10 -0500 Subject: [PATCH] Fix resume sync Now save progress, unless exited due to path validation --- resources/lib/full_sync.py | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/lib/full_sync.py b/resources/lib/full_sync.py index 36e1a4f0..32eb752a 100644 --- a/resources/lib/full_sync.py +++ b/resources/lib/full_sync.py @@ -226,7 +226,6 @@ class FullSync(object): dialog("ok", heading="{emby}", line1=_(33119)) LOG.error("full sync exited unexpectedly") - else: save_sync(self.sync) raise