浏览代码

Исправлена сериализация

Вадим Королёв 1 年之前
父节点
当前提交
6f23637927
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/YTMPV/core.cpp

+ 1 - 0
src/YTMPV/core.cpp

@@ -37,6 +37,7 @@ namespace core {
             {"fullscreen",  this->m_launch_fullscreen},
             {"ontop",       this->m_launch_ontop},
             {"miniplayer",  this->m_launch_miniplayer},
+            {"apikey",      this->m_apikey},
         };
         std::string dump = j_object.dump(1, '\t');