![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const QString & | playlistId () const |
| The playlist id. | |
| void | setPlaylistId (QString newPlaylistId) |
| const QSharedPointer< UpdatePlaylistDto > & | body () const |
| The Jellyfin.Api.Models.PlaylistDtos.UpdatePlaylistDto id. | |
| void | setBody (QSharedPointer< UpdatePlaylistDto > newBody) |
| const QSharedPointer< UpdatePlaylistDto > & Jellyfin::Loader::UpdatePlaylistParams::body | ( | ) | const |
The Jellyfin.Api.Models.PlaylistDtos.UpdatePlaylistDto id.
| const QString & Jellyfin::Loader::UpdatePlaylistParams::playlistId | ( | ) | const |
The playlist id.
| void Jellyfin::Loader::UpdatePlaylistParams::setBody | ( | QSharedPointer< UpdatePlaylistDto > | newBody | ) |
| void Jellyfin::Loader::UpdatePlaylistParams::setPlaylistId | ( | QString | newPlaylistId | ) |