mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 10:12:46 +00:00
Sailfish: Fix freeze when connecting via HTTPS
This commit is contained in:
parent
deada4f635
commit
cab5f20469
7 changed files with 47 additions and 24 deletions
8
sailfish/qml/pages/ConnectingPage.qml
Normal file
8
sailfish/qml/pages/ConnectingPage.qml
Normal file
|
@ -0,0 +1,8 @@
|
|||
import QtQuick 2.0
|
||||
import Sailfish.Silica 1.0
|
||||
|
||||
Page {
|
||||
PageBusyIndicator {
|
||||
running: true
|
||||
}
|
||||
}
|
|
@ -222,7 +222,7 @@ Page {
|
|||
delegate: LibraryItemDelegate {
|
||||
property string id: model.jellyfinId
|
||||
title: model.name
|
||||
poster: Utils.itemModelImageUrl(appWindow.apiClient.baseUrl, model.jellyfinId, model.imageTags["Primary"], "Primary", {"maxHeight": height})
|
||||
poster: Utils.itemModelImageUrl(appWindow.apiClient.baseUrl, model.jellyfinId, model.imageTags["Primary"], "Primary", {"height": height})
|
||||
Binding on blurhash {
|
||||
when: poster !== ""
|
||||
value: model.imageBlurHashes["Primary"][model.imageTags["Primary"]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue