mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-07 19:19:59 +02:00
fix mpv seek error on queue end
This commit is contained in:
@@ -80,7 +80,7 @@ export const useMainPlayerListener = () => {
|
||||
|
||||
mpvPlayerListener.rendererStop(() => {
|
||||
if (!isRadioActive) {
|
||||
mediaStop();
|
||||
mediaStop({ reset: false });
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user