Fix content pop typo

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

View file

@ -125,7 +125,7 @@ class MusicVideos(common.Items):
def added(self, items, total=None, view=None):
for item in super(MusicVideos, self).added(items, total, True):
if self.add_update(item, view):
self.content_pop()
self.content_pop(item.get('Name', "unknown"))
@catch_except
def add_update(self, item, view=None):