19#ifndef JELLYFIN_MODEL_PLAYBACKREPORTER_H
20#define JELLYFIN_MODEL_PLAYBACKREPORTER_H
22#include <QLoggingCategory>
24#include <QScopedPointer>
Controls playback whithin this app.
Definition playbackmanager.h:187
Definition playbackreporter.cpp:37
Reports the current playback state to the Jellyfin server.
Definition playbackreporter.h:43
void setPlaybackManager(LocalPlaybackManager *playbackManager)
Definition playbackreporter.cpp:80
PlaybackReporter(QObject *parent=nullptr)
Definition playbackreporter.cpp:70
Q_DECLARE_LOGGING_CATEGORY(playbackManager)