Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
const GeneralCommandType & | command () const |
The command to send. | |
void | setCommand (GeneralCommandType newCommand) |
const QString & | sessionId () const |
The session id. | |
void | setSessionId (QString newSessionId) |
const GeneralCommandType & Jellyfin::Loader::SendSystemCommandParams::command | ( | ) | const |
The command to send.
const QString & Jellyfin::Loader::SendSystemCommandParams::sessionId | ( | ) | const |
The session id.
void Jellyfin::Loader::SendSystemCommandParams::setCommand | ( | GeneralCommandType | newCommand | ) |
void Jellyfin::Loader::SendSystemCommandParams::setSessionId | ( | QString | newSessionId | ) |