mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-04 01:42:44 +00:00
Add support for server-side notifications
This commit is contained in:
parent
357ac89330
commit
60bc90c5fa
14 changed files with 179 additions and 14 deletions
|
@ -33,9 +33,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
|
||||
#include "apiclient.h"
|
||||
|
||||
Q_DECLARE_LOGGING_CATEGORY(jellyfinWebSocket);
|
||||
|
||||
namespace Jellyfin {
|
||||
class ApiClient;
|
||||
|
||||
|
||||
namespace DTO {
|
||||
class UserItemDataDto;
|
||||
using UserData = UserItemDataDto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue