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

@ -174,7 +174,7 @@ class Movies(common.Items):
for item in super(Movies, self).added(items, total):
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):