Browse Source

Remove wrongly added movies.

pull/834/head
Ruud 13 years ago
parent
commit
45bb88460c
  1. 2
      couchpotato/core/plugins/searcher/main.py

2
couchpotato/core/plugins/searcher/main.py

@ -93,6 +93,8 @@ class Searcher(Plugin):
default_title = getTitle(movie['library'])
if not default_title:
log.error('No proper info found for movie, removing it from library to cause it from having more issues.')
fireEvent('movie.delete', movie['id'], single = True)
return
fireEvent('notify.frontend', type = 'searcher.started.%s' % movie['id'], data = True, message = 'Searching for "%s"' % default_title)

Loading…
Cancel
Save