Add podcast detail page

This commit is contained in:
Thomas Perl 2014-10-28 13:29:14 +01:00
parent 3ec5d94c30
commit 172dabc6be
7 changed files with 187 additions and 11 deletions

View file

@ -47,6 +47,12 @@ SlidePage {
py.call('main.mark_episodes_as_old', [episodesPage.podcast_id]);
},
},
{
label: 'Podcast details',
callback: function () {
pgst.loadPage('PodcastDetail.qml', {podcast_id: podcast_id, title: title});
}
},
{
label: 'Unsubscribe',
callback: function () {