Skip to content

Commit

Permalink
Fix VODieR crash on startup on Frodo
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhx committed Jan 13, 2013
1 parent 64b1538 commit a32e8c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin.video.vodie/resources/lib/VODie.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
class updateArgs:

def __init__(self, *args, **kwargs):
self.mode = None
for key, value in kwargs.iteritems():
if value == 'None':
kwargs[key] = None
Expand Down

0 comments on commit a32e8c6

Please sign in to comment.