1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-05-14 18:12:42 +00:00
harbour-sailfin/core/include/JellyfinQt/model
Chris Josten 90db983c30 Replace not-fully-initializing DTO constructors
There were some constructors in the DTOs which allowed construction of
DTO which weren't fully initialized. These constructors have been made
private, as they are still used in the 'fromJson' methods. Additionally,
a constructor with all required parameters to fully initialize the
class has been added.

Additionally, the Loader class has been modified, since it no longer can
assume it is able to default construct the parameter type. The parameter
is now stored as an optional.

Closes #15
2021-09-25 17:07:12 +02:00
..
deviceprofile.h Add user-configurable playback settings 2021-09-08 21:44:42 +02:00
item.h Replace not-fully-initializing DTO constructors 2021-09-25 17:07:12 +02:00
playlist.h Fix a few bugs and unimplemented features 2021-09-09 06:02:44 +02:00
shuffle.h Add MPRIS support 2021-08-31 01:29:51 +02:00
user.h Replace not-fully-initializing DTO constructors 2021-09-25 17:07:12 +02:00