mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-22 12:47:27 +08: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
|
@ -169,7 +169,7 @@ export function initIpcMain(win, store, trayEventEmitter) {
|
|||
const sourceList =
|
||||
typeof sourceListString === 'string'
|
||||
? parseSourceStringToList(unmExecutor, sourceListString)
|
||||
: ['migu', 'ytdl', 'bilibili', 'pyncm', 'kugou'];
|
||||
: ['ytdl', 'bilibili', 'pyncm', 'kugou'];
|
||||
log(`[UNM] using source: ${sourceList.join(', ')}`);
|
||||
log(`[UNM] using configuration: ${JSON.stringify(context)}`);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user