mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-04-04 20:50:53 +08:00
Merge branch 'dev' of https://gitee.com/xiongguangjie/ZLMediaKit into dev
This commit is contained in:
@@ -402,7 +402,10 @@ void installWebApi() {
|
||||
for (auto &pr : allArgs) {
|
||||
if (ini.find(pr.first) == ini.end()) {
|
||||
//没有这个key
|
||||
continue;
|
||||
//continue;
|
||||
// 新增配置选项,为了动态添加多个ffmpeg cmd 模板
|
||||
ini[pr.first] = pr.second;
|
||||
continue;// 防止changed变化
|
||||
}
|
||||
if (ini[pr.first] == pr.second) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user