Skip to content

Commit

Permalink
Update main_db.py
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
p0psicles committed Sep 7, 2018
1 parent 848c527 commit a08759a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medusa/databases/main_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def check(self):
self.fix_show_nfo_lang()
self.fix_subtitle_reference()
self.clean_null_indexer_mappings()
self.fix_tv_episodes_watched_field
self.fix_tv_episodes_watched_field()

def clean_null_indexer_mappings(self):
log.debug(u'Checking for null indexer mappings')
Expand Down

0 comments on commit a08759a

Please sign in to comment.