diff --git a/src/plugins/opensubtitles/opensubtitles.py b/src/plugins/opensubtitles/opensubtitles.py index 32340500a..4c051e4ee 100644 --- a/src/plugins/opensubtitles/opensubtitles.py +++ b/src/plugins/opensubtitles/opensubtitles.py @@ -692,6 +692,8 @@ def _save_subtitles (self, download_thread, extension): if suburi: self._totem.set_current_subtitle (suburi) # pylint: disable=no-member + self._action.set_enabled (True) + return False def _progress_bar_increment (self, thread):