![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | itemId () const |
| The item the lyric belongs to. | |
| void | setItemId (QString newItemId) |
| const QString & | fileName () const |
| Name of the file being uploaded. | |
| void | setFileName (QString newFileName) |
| const QByteArray & | body () const |
| void | setBody (QByteArray newBody) |
| const QByteArray & Jellyfin::Loader::UploadLyricsParams::body | ( | ) | const |
| const QString & Jellyfin::Loader::UploadLyricsParams::fileName | ( | ) | const |
Name of the file being uploaded.
| const QString & Jellyfin::Loader::UploadLyricsParams::itemId | ( | ) | const |
The item the lyric belongs to.
| void Jellyfin::Loader::UploadLyricsParams::setBody | ( | QByteArray | newBody | ) |
| void Jellyfin::Loader::UploadLyricsParams::setFileName | ( | QString | newFileName | ) |
| void Jellyfin::Loader::UploadLyricsParams::setItemId | ( | QString | newItemId | ) |