mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 10:12:46 +00:00
Rewire more of Sailfish frontend into new backend
This should encompass most simple things, besides some larger, trickier things, like the video streams and the now-broken userdata
This commit is contained in:
parent
df1e134821
commit
7b6c272aa9
47 changed files with 620 additions and 291 deletions
|
@ -21,7 +21,7 @@ import Sailfish.Silica 1.0
|
|||
|
||||
import "../components"
|
||||
|
||||
import nl.netsoj.chris.Jellyfin 1.0
|
||||
import nl.netsoj.chris.Jellyfin 1.0 as J
|
||||
|
||||
/**
|
||||
* Page only containing a video player.
|
||||
|
@ -33,7 +33,7 @@ Page {
|
|||
id: videoPage
|
||||
// PlaybackBar will hide itself when it encounters a page with such a property
|
||||
property bool __hidePlaybackBar: true
|
||||
property JellyfinItem itemData
|
||||
property var itemData
|
||||
property int audioTrack
|
||||
property int subtitleTrack
|
||||
property bool resume: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue