Skip to content

Commit

Permalink
refactor: 优化配置设置
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed Aug 14, 2024
1 parent 4cb68c3 commit 4d17fab
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@ public void setConfig(String key, String value) {
case "general.mediaServerId":
serverId = value;
break;

default:
if (others != null) {
others.put(key, value);
}
}
}

Expand Down

0 comments on commit 4d17fab

Please sign in to comment.