Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-heinrich committed Feb 15, 2023
1 parent cb538ee commit 3759005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Simply open the video or audio menu, select your prefered format and confirm you
- Simple reload functionality
- Columns and their order are configurable
- **(optional)** Graphical menu via [uosc](https://github.com/tomasklaen/uosc) integration
Note: Requires uosc 4.5.1 or newer.
Note: Requires uosc 4.6.0 or newer.

## OSC extension
**(optional)** An extended version of the OSC is available that includes a button to display the quality menu.
Expand Down
5 changes: 2 additions & 3 deletions quality-menu.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- quality-menu 3.1.1 - 2023-Feb-04
-- quality-menu 4.0.0 - 2023-Feb-15
-- https://github.com/christoph-heinrich/mpv-quality-menu
--
-- Change the stream video and audio quality on the fly.
Expand Down Expand Up @@ -1255,8 +1255,7 @@ mp.register_script_message('uosc-version', function(version)
return false
end

local min_version = '4.5.1'
min_version = '4.5.0' -- todo: remove for full release
local min_version = '4.6.0'
uosc_available = not semver_comp(version, min_version)
if not uosc_available then return end
uosc_set_format_counts()
Expand Down

0 comments on commit 3759005

Please # to comment.