mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-12-07 23:53:18 +00:00
Fix content pop typo
This commit is contained in:
parent
e1c2a04571
commit
6eb8cdfa30
5 changed files with 9 additions and 9 deletions
|
|
@ -226,7 +226,7 @@ class TVShows(common.Items):
|
|||
self.title = "%s - %s" % (item.get('SeriesName', "Unknown"), self.title)
|
||||
|
||||
if self.add_updateEpisode(item):
|
||||
self.content_pop()
|
||||
self.content_pop(self.title)
|
||||
|
||||
@catch_except()
|
||||
def add_update(self, item, view=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue