summaryrefslogtreecommitdiffstats
path: root/qml/TracklistPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/TracklistPage.qml')
-rw-r--r--qml/TracklistPage.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/qml/TracklistPage.qml b/qml/TracklistPage.qml
index 121b9b9..cf8b70d 100644
--- a/qml/TracklistPage.qml
+++ b/qml/TracklistPage.qml
@@ -98,6 +98,7 @@ Page {
id: tracks
anchors.fill: parent
+ cacheBuffer: 3000
highlightMoveDuration: 1
model: playlist.tracks
header: ViewHeader {
@@ -108,6 +109,7 @@ Page {
Component.onCompleted: {
tracks.delegate = playlist.type == SpotifyPlaylist.Inbox ? inboxDelegate : trackDelegate
+ positionViewAtBeginning();
}
}