Skip to content

Commit 0c14fbd

Browse files
author
LittleYang0531
committed
Fixed playlist thumbnail error
1 parent 4757274 commit 0c14fbd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

core/singleplayer/PlaylistItem.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class PlaylistItem {
6363
args["subtitle"] = subtitle;
6464
args["author"] = author;
6565
for (int i = 0; i < levels.size(); i++) args["levels"] += levels[i].toHTMLObject().output();
66+
args["thumbnail"] = thumbnail.url;
6667
args["tags"] = serializeTagString(tags);
6768
args["tags.html"] = "";
6869
for (int i = 0; i < tags.size(); i++) args["tags.html"] += "<div class='flex' style='background-color:rgba(255,255,255,0.125);padding:5px;'>"

i18n/zh-cn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@
351351
"particleEdit": "修改粒子效果",
352352
"engineEdit": "修改引擎",
353353
"replayEdit": "修改回放",
354-
"postEdit": "创建帖子",
355-
"playlistEdit": "创建游玩列表",
354+
"postEdit": "修改帖子",
355+
"playlistEdit": "修改游玩列表",
356356
"editButton": "修改",
357357
"advanced": "高级",
358358
"quick": "搜索",

plugins/enableList.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"libonedrive.so":true,"libsonolush.so":true}
1+
{"libonedrive.so":false,"libsonolush.so":true}

0 commit comments

Comments
 (0)