Skip to content

Commit

Permalink
fix(ipcMain): unexpected “本草綱目“ from migu
Browse files Browse the repository at this point in the history
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 qier222#1713
Fixed qier222#1711 (?)
  • Loading branch information
pan93412 authored and oopstls committed Oct 31, 2022
1 parent f63a3ea commit 0bb89c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/ipcMain.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)}`);

Expand Down

0 comments on commit 0bb89c2

Please sign in to comment.