mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 07:54:18 +02:00
fix mpris
This commit is contained in:
@@ -133,8 +133,6 @@ export function MpvPlayer() {
|
||||
return () => clearInterval(interval);
|
||||
}, [localPlayerStatus, setTimestamp]);
|
||||
|
||||
useMainPlayerListener();
|
||||
|
||||
const currentUrl = useSongUrl(currentSong, true, transcode);
|
||||
const nextUrl = useSongUrl(nextSong, false, transcode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user