소스 검색

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

Вадим Королёв 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');