From 5c9e57193697c13c0ba8cf72961cc7025993a188 Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Wed, 13 Jan 2016 15:47:31 -0600 Subject: [PATCH] Remove boxset forced sync. Manual sync is available for that purpose. --- resources/lib/itemtypes.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/resources/lib/itemtypes.py b/resources/lib/itemtypes.py index a6d5b6e6..0da05345 100644 --- a/resources/lib/itemtypes.py +++ b/resources/lib/itemtypes.py @@ -195,11 +195,6 @@ class Items(object): count += 1 actions[process](item) - else: - if itemtype == "Movie" and process == "update": - # Refresh boxsets - boxsets = self.emby.getBoxset() - items_process.added_boxset(boxsets['Items'], pdialog) if musicconn is not None: @@ -237,9 +232,6 @@ class Movies(Items): self.add_update(movie) if not pdialog and self.contentmsg: self.contentPop(title) - # Refresh boxsets - boxsets = self.emby.getBoxset() - self.added_boxset(boxsets['Items'], pdialog) def added_boxset(self, items, pdialog):