mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 10:12:46 +00:00
Add support for handling playstate commands
This commit is contained in:
parent
7c21eb425d
commit
2a3bd51def
6 changed files with 112 additions and 15 deletions
|
@ -25,6 +25,7 @@
|
|||
namespace Jellyfin {
|
||||
namespace DTO {
|
||||
class UserItemDataDto;
|
||||
class PlaystateRequest;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -50,6 +51,8 @@ signals:
|
|||
* @param timeout Timeout in MS to show the message. -1: no timeout supplied.
|
||||
*/
|
||||
void displayMessage(const QString &header, const QString &message, int timeout = -1);
|
||||
|
||||
void playstateCommandReceived(const Jellyfin::DTO::PlaystateRequest &request);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue