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:
parent
2360b261f7
commit
9643482ae1
840 changed files with 100813 additions and 23560 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue