mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 20:52:06 +00:00
fix(music-together): remove debug log
This commit is contained in:
@ -214,7 +214,6 @@ export default createPlugin<
|
|||||||
event: ConnectionEventUnion,
|
event: ConnectionEventUnion,
|
||||||
conn?: DataConnection | null,
|
conn?: DataConnection | null,
|
||||||
) => {
|
) => {
|
||||||
console.log('event', event, this.queue?.videoList);
|
|
||||||
this.ignoreChange = true;
|
this.ignoreChange = true;
|
||||||
|
|
||||||
switch (event.type) {
|
switch (event.type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user