File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " yesplaymusic" ,
3- "version" : " 0.4.5 " ,
3+ "version" : " 0.4.6 " ,
44 "private" : true ,
55 "description" : " A third party music player for Netease Music" ,
66 "author" :
" qier222<[email protected] >" ,
Original file line number Diff line number Diff line change @@ -432,12 +432,11 @@ export default class {
432432 }
433433 } ;
434434
435- /** @type {import("@unblockneteasemusic/rust-napi").RetrievedSongInfo | null } */
436435 const retrieveSongInfo = await ipcRenderer . invoke (
437436 'unblock-music' ,
438437 store . state . settings . unmSource ,
439438 track ,
440- /** @type { import("@unblockneteasemusic/rust-napi").Context } */ ( {
439+ {
441440 enableFlac : store . state . settings . unmEnableFlac || null ,
442441 proxyUri : store . state . settings . unmProxyUri || null ,
443442 searchMode : determineSearchMode ( store . state . settings . unmSearchMode ) ,
@@ -446,7 +445,7 @@ export default class {
446445 'qq:cookie' : store . state . settings . unmQQCookie || null ,
447446 'ytdl:exe' : store . state . settings . unmYtDlExe || null ,
448447 } ,
449- } )
448+ }
450449 ) ;
451450
452451 if ( store . state . settings . automaticallyCacheSongs && retrieveSongInfo ?. url ) {
You can’t perform that action at this time.
0 commit comments