Browse Source

Don't show double message when refreshing movie

pull/1680/merge
Ruud 12 years ago
parent
commit
6d1297a85f
  1. 2
      couchpotato/core/plugins/movie/main.py

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

@ -315,7 +315,7 @@ class MoviePlugin(Plugin):
for title in movie.library.titles:
if title.default: default_title = title.title
fireEvent('notify.frontend', type = 'movie.busy.%s' % id, data = True, message = 'Updating "%s"' % default_title)
fireEvent('notify.frontend', type = 'movie.busy.%s' % id, data = True)
fireEventAsync('library.update', identifier = movie.library.identifier, default_title = default_title, force = True, on_complete = self.createOnComplete(id))

Loading…
Cancel
Save