|
|
@ -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)) |
|
|
|
|
|
|
|
|
|
|
|