diff --git a/gpodder-ui-qml b/gpodder-ui-qml index c5aeb75..96f2b70 160000 --- a/gpodder-ui-qml +++ b/gpodder-ui-qml @@ -1 +1 @@ -Subproject commit c5aeb752f45a6ed4fb397722fe15e2acb48a6628 +Subproject commit 96f2b70f05cdd126a4859e00e55c0eb22eee8d88 diff --git a/qml/AllEpisodesPage.qml b/qml/AllEpisodesPage.qml index 83503c1..8bccc69 100644 --- a/qml/AllEpisodesPage.qml +++ b/qml/AllEpisodesPage.qml @@ -56,7 +56,7 @@ Page { model: GPodderEpisodeListModel { id: episodesListModel } - section.property: 'published' + section.property: 'section' section.delegate: SectionHeader { text: section } delegate: EpisodeItem {}