Private GIT

Skip to content
Snippets Groups Projects
Commit 45bb8846 authored by Ruud's avatar Ruud
Browse files

Remove wrongly added movies.

parent d2901bc6
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment