mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-07 01:48:47 +00:00
Add refresh boxsets option
This commit is contained in:
parent
b130f7646a
commit
a4e12da8fe
5 changed files with 53 additions and 6 deletions
|
@ -54,6 +54,17 @@ class Movies(Items):
|
|||
|
||||
return actions.get(action)
|
||||
|
||||
def force_refresh_boxsets(self):
|
||||
|
||||
if self.pdialog:
|
||||
self.pdialog.update(heading=lang(29999), message=lang(33018))
|
||||
|
||||
boxsets = self.emby.getBoxset(dialog=self.pdialog)
|
||||
self.add_all("BoxSet", boxsets)
|
||||
|
||||
log.debug("Boxsets finished.")
|
||||
return True
|
||||
|
||||
def compare_all(self):
|
||||
# Pull the list of movies and boxsets in Kodi
|
||||
views = self.emby_db.getView_byType('movies')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue