Skip to content

Commit 610a86e

Browse files
plotskimueslo
authored andcommitted
Maybe fix a bug with autodetecting movie/tv?
1 parent 6e66e4a commit 610a86e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pythonbits/bb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ def _render_tv_specifier(self):
283283
title = cguess['title']
284284
return TvSpecifier(title, cguess['season'],
285285
cguess.get('episode', None))
286-
raise Exception('Unable to find TV show: %s' % (cguess['title'],))
287286

288287
@form_field('tags')
289288
def _render_tags(self):

0 commit comments

Comments
 (0)