mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-04 01:42:44 +00:00
WIP: autogenerate models based on OpenAPI
This commit is contained in:
parent
4ed6a8a42d
commit
40d8793bd8
553 changed files with 50785 additions and 1500 deletions
|
@ -37,7 +37,8 @@ namespace Jellyfin {
|
|||
class ApiClient;
|
||||
|
||||
namespace DTO {
|
||||
class UserData;
|
||||
class UserItemDataDto;
|
||||
using UserData = UserItemDataDto;
|
||||
}
|
||||
/**
|
||||
* @brief Keeps a connection with the Jellyfin server to receive real time updates.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue