Skip to content

Commit

Permalink
[AudioSelection] Fix crash when setting up subtitles
Browse files Browse the repository at this point in the history
  • Loading branch information
Ev0-BH committed Dec 3, 2021
1 parent c03102a commit ac409b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Screens/AudioSelection.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ def getFps(self):
return ""

def cancel(self):
self.center_dvb_subs.removeNotifier(self.setCenterDvbSubs, initial_call=False)
self.center_dvb_subs.removeNotifier(self.setCenterDvbSubs)
self.close()

def ok(self):
Expand Down

0 comments on commit ac409b9

Please sign in to comment.