![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | itemId () const |
| The item the subtitle belongs to. | |
| void | setItemId (QString newItemId) |
| const QSharedPointer< UploadSubtitleDto > & | body () const |
| The request body. | |
| void | setBody (QSharedPointer< UploadSubtitleDto > newBody) |
| const QSharedPointer< UploadSubtitleDto > & Jellyfin::Loader::UploadSubtitleParams::body | ( | ) | const |
The request body.
| const QString & Jellyfin::Loader::UploadSubtitleParams::itemId | ( | ) | const |
The item the subtitle belongs to.
| void Jellyfin::Loader::UploadSubtitleParams::setBody | ( | QSharedPointer< UploadSubtitleDto > | newBody | ) |
| void Jellyfin::Loader::UploadSubtitleParams::setItemId | ( | QString | newItemId | ) |