Skip to content

Commit

Permalink
Merge pull request #18 from nickhx/master
Browse files Browse the repository at this point in the history
Fix VODieR script error on startup in Frodo
  • Loading branch information
liamf committed Jan 14, 2013
2 parents d5868fe + a32e8c6 commit 9adb527
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 9adb527

Please sign in to comment.