Skip to content

Commit

Permalink
opensubtitles: Re-enable menu item after Download
Browse files Browse the repository at this point in the history
After downloading a subtitle, the menu was disabled.

Closes: #532
  • Loading branch information
Krifa75 authored and hadess committed Feb 13, 2023
1 parent 45c83a8 commit 346457f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/opensubtitles/opensubtitles.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 346457f

Please sign in to comment.