Skip to content

Commit cbe465e

Browse files
committed
up
1 parent da1c5a8 commit cbe465e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/AllMusic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,10 @@ private static void loadConfig() {
330330
log.data("<light_purple>[AllMusic3]<red>请及时更新配置文件");
331331
}
332332

333+
replacer = new StringReplacer();
333334
if (!config.lyricReplace.isEmpty()) {
334335
for (Map.Entry<String, String> item : config.lyricReplace.entrySet()) {
335336
replacer.put(item.getKey(), item.getValue());
336-
replacer = new StringReplacer();
337337
}
338338
}
339339
} catch (Exception e) {

0 commit comments

Comments
 (0)