feat: add functionality to delete podcast episodes and channels via bottom sheet

This commit is contained in:
antonio 2023-06-04 19:38:24 +02:00
parent 675ad1e9a6
commit 0248187f41
13 changed files with 336 additions and 82 deletions

View file

@ -243,6 +243,7 @@
<string name="home_title_podcast_channels">Channels</string>
<string name="artist_adapter_radio_station_starting">Searching…</string>
<string name="podcast_bottom_sheet_go_to_channel">Go to channel</string>
<string name="podcast_bottom_sheet_delete">Delete</string>
<string name="podcast_bottom_sheet_remove">Remove</string>
<string name="podcast_bottom_sheet_download">Download</string>
<string name="podcast_bottom_sheet_add_to_queue">Add to queue</string>