mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix(ipcMain): unexpected “本草綱目“ from migu
This is just a workaround, and the core issue is on UNM. However, refactoring UNM is time-comsuming and also requires a lot of hard work. Therefore, we disable "migu" at this moment simply. Fixed #1713 Fixed #1711 (?)
This commit is contained in:
parent
43c5bda806
commit
f9e6164245
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ export function initIpcMain(win, store, trayEventEmitter) {
|
||||||
const sourceList =
|
const sourceList =
|
||||||
typeof sourceListString === 'string'
|
typeof sourceListString === 'string'
|
||||||
? parseSourceStringToList(unmExecutor, sourceListString)
|
? parseSourceStringToList(unmExecutor, sourceListString)
|
||||||
: ['migu', 'ytdl', 'bilibili', 'pyncm', 'kugou'];
|
: ['ytdl', 'bilibili', 'pyncm', 'kugou'];
|
||||||
log(`[UNM] using source: ${sourceList.join(', ')}`);
|
log(`[UNM] using source: ${sourceList.join(', ')}`);
|
||||||
log(`[UNM] using configuration: ${JSON.stringify(context)}`);
|
log(`[UNM] using configuration: ${JSON.stringify(context)}`);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue