mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 18:22:46 +00:00
WIP: Add playlists/queues and add support for Sailfish back
This commit is contained in:
parent
fbc154fb56
commit
86672be051
89 changed files with 1637 additions and 849 deletions
9
sailfish/qml/components/JItem.qml
Normal file
9
sailfish/qml/components/JItem.qml
Normal file
|
@ -0,0 +1,9 @@
|
|||
import QtQuick 2.6
|
||||
import nl.netsoj.chris.Jellyfin 1.0 as J
|
||||
|
||||
// Due QTBUG-10822, declarartions such as `property J.Item foo` are not possible.
|
||||
// Since J.Item clashses with the QtQuick item type, this is a workaround until
|
||||
// Sailfish OS upgrades to a Qt > 5.8. Maybe in 2023?
|
||||
J.Item {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue