mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-04 01:42:44 +00:00
Repair broken userdata.
The UserData of an item was not displaying, this should re-add it.
This commit is contained in:
parent
7b6c272aa9
commit
bb1e3ea21d
13 changed files with 79 additions and 41 deletions
|
@ -51,6 +51,9 @@ Page {
|
|||
height: parent.height / 3 * 2
|
||||
anchors.bottom: parent.bottom
|
||||
model: tracks
|
||||
header: Label {
|
||||
text: "Play count: %1".arg(jellyfinItem.userData.playCount)
|
||||
}
|
||||
delegate: ItemDelegate {
|
||||
icon.source: ApiClient.baseUrl + "/Items/" + model.jellyfinId + "/Images/Primary?tag=" + model.tag
|
||||
text: model.name
|
||||
|
|
BIN
qtquick/test.rcc
Normal file
BIN
qtquick/test.rcc
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue