mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 17:04:16 +02:00
handle player stop on queue clear
This commit is contained in:
@@ -249,6 +249,9 @@ export const MpvPlayerEngine = (props: MpvPlayerEngineProps) => {
|
||||
onPlayerPlay: () => {
|
||||
replaceMpvQueue(transcode);
|
||||
},
|
||||
onQueueCleared: () => {
|
||||
console.log('queue cleared');
|
||||
},
|
||||
},
|
||||
[transcode],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user