Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
#include <QJsonDocument>
#include <QJsonArray>
#include <QJsonObject>
#include <QJsonValue>
#include <QDebug>
#include <QObject>
#include <QtGlobal>
#include <QTimer>
#include <QUuid>
#include <QtWebSockets/QWebSocket>
#include "apiclient.h"
Go to the source code of this file.
Classes | |
class | Jellyfin::WebSocket |
Keeps a connection with the Jellyfin server to receive real time updates. More... | |
Namespaces | |
namespace | Jellyfin |
namespace | Jellyfin::DTO |
Contains auto-generated Data Transfer Objects for the Jellyfin HTTP API. | |
Functions | |
Q_DECLARE_LOGGING_CATEGORY (jellyfinWebSocket) | |
Q_DECLARE_LOGGING_CATEGORY | ( | jellyfinWebSocket | ) |