![]() |
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 QStringList & | entryIds () const |
| The item ids, comma delimited. | |
| void | setEntryIds (QStringList newEntryIds) |
| bool | entryIdsNull () const |
| void | setEntryIdsNull () |
| const QStringList & Jellyfin::Loader::RemoveItemFromPlaylistParams::entryIds | ( | ) | const |
The item ids, comma delimited.
| bool Jellyfin::Loader::RemoveItemFromPlaylistParams::entryIdsNull | ( | ) | const |
| const QString & Jellyfin::Loader::RemoveItemFromPlaylistParams::playlistId | ( | ) | const |
The playlist id.
| void Jellyfin::Loader::RemoveItemFromPlaylistParams::setEntryIds | ( | QStringList | newEntryIds | ) |
| void Jellyfin::Loader::RemoveItemFromPlaylistParams::setEntryIdsNull | ( | ) |
| void Jellyfin::Loader::RemoveItemFromPlaylistParams::setPlaylistId | ( | QString | newPlaylistId | ) |