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