diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 389c733..6874703 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: - name: Download libmpv # In principle, only update this binary file when significant feature changes occur in mpv/mpv.net shell: msys2 {0} run: | - wget -nv -O libmpv.7z https://github.com/zhongfly/mpv-winbuild/releases/download/2024-08-18-a3baf94/mpv-dev-x86_64-20240818-git-a3baf94.7z + wget -nv -O libmpv.7z https://github.com/zhongfly/mpv-winbuild/releases/download/2024-10-09-e09278c/mpv-dev-x86_64-20241009-git-e09278c.7z 7z x -y libmpv.7z -olibmpv cp -f libmpv/libmpv-2.dll src/MpvNet.Windows/bin/Debug/ || true - name: Download MediaInfo diff --git a/docs/manual.md b/docs/manual.md index 31a98e5..e346b17 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -596,8 +596,6 @@ Selecting multiple files in File Explorer and pressing enter will open the files in mpv.net. Explorer restricts this to maximum 15 files and the order will be random. -In fullscreen mode clicking the top right corner closes the player. - Differences compared to mpv ---------------------------