feat: add filter to display podcast episodes not yet downloaded

This commit is contained in:
antonio 2023-07-30 12:22:02 +02:00
parent 4b07f37378
commit 68aae32d06
4 changed files with 53 additions and 8 deletions

View file

@ -265,4 +265,6 @@
<string name="menu_sort_name">Name</string>
<string name="menu_sort_random">Random</string>
<string name="description_empty_title">No description available</string>
<string name="menu_filter_download">Downloaded</string>
<string name="menu_filter_all">All</string>
</resources>