mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-04-21 19:12:40 +00:00
A Jellyfin client for Sailfish OS (and in the future more platforms)
https://chris.netsoj.nl/projects/harbour-sailfin
Apparently the Jellyfin server may include different fields in the resposne depending on which SortOrder you use. This causes the model to generate new roleNames when changing its sortOrder, but the QML part does not know of this happening and there's no way of notifying the QML part as far as I'm aware of (if so, let me know). So whenever new generateFields() is called, it shouldn't reset its roleNames map and recreate it anew, rather, just append the new roleNames to the current map. If a model in QML wants to use information used in fields which are added by changing SortOrder, please add those fields explicitly in Fields. |
||
---|---|---|
icons | ||
qml | ||
rpm | ||
src | ||
translations | ||
.gitignore | ||
.gitmodules | ||
harbour-sailfin.desktop | ||
harbour-sailfin.pro | ||
icon.svg | ||
LICENSE | ||
README.md |