Fix content pop typo

This commit is contained in:
angelblue05 2016-10-10 04:01:13 -05:00
commit 6eb8cdfa30
5 changed files with 9 additions and 9 deletions

View file

@ -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):