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

@ -39,11 +39,6 @@ SlidePage {
title: 'Select filter'
}
Component.onCompleted: {
episodeList.model.setQuery(episodeList.model.queries.Fresh);
episodeList.model.reload();
}
EpisodeListView {
id: episodeList
title: 'Episodes'