Cleanup episode events, mark episodes as old, fresh episodes fix
This commit is contained in:
parent
8eebb09707
commit
0ff355737c
11 changed files with 126 additions and 93 deletions
|
@ -49,6 +49,16 @@ SlidePage {
|
|||
}
|
||||
}
|
||||
|
||||
PullMenuItem {
|
||||
text: 'Mark all as old'
|
||||
icon: Icons.eye
|
||||
color: Constants.colors.text
|
||||
onClicked: {
|
||||
py.call('main.mark_episodes_as_old', [episodesPage.podcast_id]);
|
||||
episodesPage.unPull();
|
||||
}
|
||||
}
|
||||
|
||||
PullMenuItem {
|
||||
text: 'Unsubscribe'
|
||||
icon: Icons.trash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue