mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 12:16:12 +00:00
Remove boxset forced sync. Manual sync is available for that purpose.
This commit is contained in:
parent
0bc17ec277
commit
5c9e571936
1 changed files with 0 additions and 8 deletions
|
@ -195,11 +195,6 @@ class Items(object):
|
||||||
count += 1
|
count += 1
|
||||||
|
|
||||||
actions[process](item)
|
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:
|
if musicconn is not None:
|
||||||
|
@ -237,9 +232,6 @@ class Movies(Items):
|
||||||
self.add_update(movie)
|
self.add_update(movie)
|
||||||
if not pdialog and self.contentmsg:
|
if not pdialog and self.contentmsg:
|
||||||
self.contentPop(title)
|
self.contentPop(title)
|
||||||
# Refresh boxsets
|
|
||||||
boxsets = self.emby.getBoxset()
|
|
||||||
self.added_boxset(boxsets['Items'], pdialog)
|
|
||||||
|
|
||||||
def added_boxset(self, items, pdialog):
|
def added_boxset(self, items, pdialog):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue