1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2025-09-04 01:42:44 +00:00

WIP: Refractor C++-side. Loader should be working again

This commit is contained in:
Chris Josten 2021-03-25 17:32:00 +01:00
parent 2360b261f7
commit 9643482ae1
840 changed files with 100813 additions and 23560 deletions

View file

@ -2,7 +2,7 @@ import QtQuick 2.12
import QtQuick.Controls 2.12
import QtQuick.Window 2.12
import nl.netsoj.chris.Jellyfin 1.0
import nl.netsoj.chris.Jellyfin 1.0 as J
import "../components"
import "../.."
@ -11,7 +11,7 @@ Page {
property bool _modelsLoaded: false
property StackView stackView: StackView.view
property string itemId
property alias jellyfinItem: jellyfinItem
property alias jellyfinItem: jellyfinItem.data
header: ToolBar {
Label {
anchors.horizontalCenter: parent.horizontalCenter
@ -24,7 +24,7 @@ Page {
anchors.fill: parent
onClicked: stackView.pop()
}
JellyfinItem {
J.ItemLoader {
id: jellyfinItem
jellyfinId: itemId
apiClient: ApiClient