mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 10:12:46 +00:00
Implement nextUp endpoint and UI
* [UI] Added: The next up section now actually loads items
This commit is contained in:
parent
d3a7c17586
commit
d6a1f431b4
3 changed files with 22 additions and 0 deletions
|
@ -292,6 +292,12 @@ public:
|
|||
: ItemModel ("/Users/{{user}}/Items/Latest", false, false, parent) {}
|
||||
};
|
||||
|
||||
class ShowNextUpModel : public ItemModel {
|
||||
public:
|
||||
explicit ShowNextUpModel (QObject *parent = nullptr)
|
||||
: ItemModel("/Shows/NextUp", true, true, parent) {}
|
||||
};
|
||||
|
||||
class ShowSeasonsModel : public ItemModel {
|
||||
public:
|
||||
explicit ShowSeasonsModel (QObject *parent = nullptr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue