mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-04 01:42:44 +00:00
Added debug page, fix RemoteImage on covers
This commit is contained in:
parent
eda4994aac
commit
5ddd5e8e2e
12 changed files with 112 additions and 123 deletions
|
@ -35,7 +35,7 @@ ApplicationWindow {
|
|||
readonly property MediaPlayer mediaPlayer: _mediaPlayer
|
||||
|
||||
// Data of the currently selected item. For use on the cover.
|
||||
property var itemData
|
||||
property JellyfinItem itemData
|
||||
// Id of the collection currently browsing. For use on the cover.
|
||||
property string collectionId
|
||||
|
||||
|
@ -106,5 +106,8 @@ ApplicationWindow {
|
|||
DisplayBlanking {
|
||||
preventBlanking: _mediaPlayer.playbackState == MediaPlayer.PlayingState && _mediaPlayer.hasVideo
|
||||
}
|
||||
|
||||
DockedPanel {
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue