![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <requesttypes.h>
Public Member Functions | |
| const bool & | refreshLibrary () const |
| Whether to refresh the library. | |
| void | setRefreshLibrary (bool newRefreshLibrary) |
| bool | refreshLibraryNull () const |
| void | setRefreshLibraryNull () |
| const QSharedPointer< MediaPathDto > & | body () const |
| The media path dto. | |
| void | setBody (QSharedPointer< MediaPathDto > newBody) |
| const QSharedPointer< MediaPathDto > & Jellyfin::Loader::AddMediaPathParams::body | ( | ) | const |
The media path dto.
| const bool & Jellyfin::Loader::AddMediaPathParams::refreshLibrary | ( | ) | const |
Whether to refresh the library.
| bool Jellyfin::Loader::AddMediaPathParams::refreshLibraryNull | ( | ) | const |
| void Jellyfin::Loader::AddMediaPathParams::setBody | ( | QSharedPointer< MediaPathDto > | newBody | ) |
| void Jellyfin::Loader::AddMediaPathParams::setRefreshLibrary | ( | bool | newRefreshLibrary | ) |
| void Jellyfin::Loader::AddMediaPathParams::setRefreshLibraryNull | ( | ) |