fix mpv seek error on queue end

This commit is contained in:
jeffvli
2026-04-03 19:05:34 -07:00
parent f3a6027e6d
commit 1494c8e044
3 changed files with 22 additions and 11 deletions
@@ -80,7 +80,7 @@ export const useMainPlayerListener = () => {
mpvPlayerListener.rendererStop(() => {
if (!isRadioActive) {
mediaStop();
mediaStop({ reset: false });
}
});