Skip to content

Commit

Permalink
Make sure to update profile settings on conversion change for audio /…
Browse files Browse the repository at this point in the history
… subtitles
  • Loading branch information
cdgriffith committed Nov 26, 2022
1 parent 25dbfe0 commit ead634d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastflix/widgets/video_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def change_conversion(self, conversion):
)
# Page update does a reload which bases itself off the current encoder so we have to do audio formats after
self.audio.allowed_formats(self._get_audio_formats(encoder))
self.update_profile()

def get_settings(self):
if not self.app.fastflix.current_video:
Expand Down

0 comments on commit ead634d

Please sign in to comment.