Add podcast detail page
This commit is contained in:
parent
3ec5d94c30
commit
172dabc6be
7 changed files with 187 additions and 11 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue