diff --git a/gpodder-ui-qml b/gpodder-ui-qml index bc8241e..61863f1 160000 --- a/gpodder-ui-qml +++ b/gpodder-ui-qml @@ -1 +1 @@ -Subproject commit bc8241e99a721f5f76e6d2a6ed81768e38876cee +Subproject commit 61863f14e31850b2bfafda8c65fca439a070e91f diff --git a/qml/PodcastItem.qml b/qml/PodcastItem.qml index 43c7019..9446b50 100644 --- a/qml/PodcastItem.qml +++ b/qml/PodcastItem.qml @@ -26,6 +26,15 @@ ListItem { menu: Component { IconContextMenu { + IconMenuItem { + text: 'Refresh' + icon.source: 'image://theme/icon-m-refresh' + onClicked: { + podcastItem.hideMenu(); + py.call('main.check_for_episodes', [url]); + } + } + IconMenuItem { text: 'Unsubscribe' icon.source: 'image://theme/icon-m-delete'