Episode list model: Store and restore episode list filter

This commit is contained in:
Thomas Perl 2014-06-23 20:05:58 +02:00
parent 65b692b16d
commit deaa5e8268
6 changed files with 41 additions and 8 deletions

View file

@ -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 {