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
|
@ -63,8 +63,7 @@ SlidePage {
|
|||
|
||||
Component.onCompleted: {
|
||||
episodeList.model.podcast_id = podcast_id;
|
||||
episodeList.model.setQuery(episodeList.model.queries.All);
|
||||
episodeList.model.reload();
|
||||
// List model will be loaded automatically on load
|
||||
}
|
||||
|
||||
EpisodeQueryControl {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue