From b4791b141278dfce18f9646d0466c582bc7d8f30 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Wed, 10 Oct 2018 16:38:49 -0500 Subject: [PATCH] Fix boxset refresh --- resources/lib/full_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/full_sync.py b/resources/lib/full_sync.py index 32eb752a..320d1298 100644 --- a/resources/lib/full_sync.py +++ b/resources/lib/full_sync.py @@ -437,4 +437,4 @@ class FullSync(object): obj = Movies(self.server, embydb, videodb, self.direct_path) obj.boxsets_reset() - self.boxsets(None) + self.boxsets(None)