Jelajahi Sumber

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

Вадим Королёв 1 tahun lalu
induk
melakukan
6f23637927
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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');