Fix typo in musicvideos

This commit is contained in:
angelblue05 2016-10-11 18:00:54 -05:00
parent 0fafc38e0f
commit d04822bbea
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class MusicVideos(common.Items):
if self.add_update(item, view): if self.add_update(item, view):
self.content_pop(item.get('Name', "unknown")) self.content_pop(item.get('Name', "unknown"))
@catch_except @catch_except()
def add_update(self, item, view=None): def add_update(self, item, view=None):
# Process single music video # Process single music video
kodicursor = self.kodicursor kodicursor = self.kodicursor