Episode list model: Store and restore episode list filter
This commit is contained in:
parent
65b692b16d
commit
deaa5e8268
6 changed files with 41 additions and 8 deletions
|
@ -31,7 +31,7 @@ Item {
|
|||
pgst.loadPage('SelectionDialog.qml', {
|
||||
title: episodeQueryControl.title,
|
||||
callback: function (index, result) {
|
||||
episodeQueryControl.model.currentFilterIndex = index;
|
||||
episodeQueryControl.model.setQueryIndex(index);
|
||||
episodeQueryControl.model.reload();
|
||||
},
|
||||
items: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue