Skip to content

Commit

Permalink
1.2.0.0 manifest update
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Apr 12, 2023
1 parent 18bba50 commit 33c0f31
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 5 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
功能愿望单:
白毛皮肤
sync up电梓播放器

1.1.1.13:
1.2.0.0:
sync up电梓播放器 1.2.0.0
整合b站click/web/h5 API,增加视频播放数
b站搜索时重置cookie,关闭个性化搜索推荐
塞克西废墟皮肤占位

1.1.1.12:
定时关闭
定时关闭功能
播放器“歌手名”由显示为上传者改为歌单名
导入导出歌单时压缩
vv skin
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "电闹播放器",
"version": "1.1.1.12",
"version": "1.2.0.0",
"description":"电闹播放器 / nox-player: 第三方b站播放器,阿梓播放器威力加强版 / 3rd party Bilibili audio player modified from Azusa-player.",
"manifest_version": 3,
"background": {
Expand Down
4 changes: 4 additions & 0 deletions src/hooks/useFavList.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ export const updateSubscribeFavList = async (listObj, StorageManager, setSelecte
subscribeUrls = listObj.subscribeUrls;
}
if (subscribeUrls === undefined) return null;
// TODO: this is stupid. needs to change:
// 1. set the unique map first with listObj, then
// in loop set new stuff into it, instead of concat lists
// 2. order this correctly. this for loop needs to be reversed
for (let i = 0, n = subscribeUrls.length; i < n; i++) {
listObj.songList = (await searchBiliURLs({
input: subscribeUrls[i],
Expand Down

0 comments on commit 33c0f31

Please sign in to comment.