Skip to content

Commit

Permalink
fix: high quality video flag state not displaying in info.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vicwomg committed Jan 27, 2025
1 parent 63c5e26 commit aa09299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pikaraoke/routes/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def info():
hide_overlay=k.hide_overlay,
normalize_audio=k.normalize_audio,
complete_transcode_before_play=k.complete_transcode_before_play,
high_quality_audio=k.high_quality,
high_quality=k.high_quality,
splash_delay=k.splash_delay,
screensaver_timeout=k.screensaver_timeout,
volume=int(100 * k.volume),
Expand Down

0 comments on commit aa09299

Please sign in to comment.