fix: give user feedback when trying to add podcast/radio on unsupported back servers

This commit is contained in:
eddyizm 2025-12-25 14:03:30 -08:00
parent bbd6d0864c
commit 43a96faca4
No known key found for this signature in database
GPG key ID: CF5F671829E8158A
7 changed files with 335 additions and 138 deletions

View file

@ -256,6 +256,7 @@
<string name="podcast_channel_catalogue_title_expanded">Browse Channels</string>
<string name="podcast_channel_editor_dialog_hint_rss_url">RSS Url</string>
<string name="podcast_channel_editor_dialog_title">Podcast Channel</string>
<string name="podcast_channel_not_supported_snackbar">Podcasts are not supported by this server.</string>
<string name="podcast_channel_page_title_description_section">Description</string>
<string name="podcast_channel_page_title_episode_section">Episodes</string>
<string name="podcast_channel_page_title_no_episode_available">No episodes available</string>
@ -270,10 +271,13 @@
<string name="radio_editor_dialog_negative_button">Cancel</string>
<string name="radio_editor_dialog_neutral_button">Delete</string>
<string name="radio_editor_dialog_positive_button">Save</string>
<string name="radio_editor_dialog_added">Radio station added</string>
<string name="radio_editor_dialog_updated">Radio station updated</string>
<string name="radio_editor_dialog_title">Internet Radio Station</string>
<string name="radio_station_info_empty_button">Click to hide the section\nThe effects will be visible on restart</string>
<string name="radio_station_info_empty_subtitle">Once you add a radio station, you\'ll find it here</string>
<string name="radio_station_info_empty_title">No stations found!</string>
<string name="radio_dialog_not_supported_snackbar">Internet radio management are not supported by this server.</string>
<string name="rating_dialog_negative_button">Cancel</string>
<string name="rating_dialog_positive_button">Save</string>
<string name="rating_dialog_title">Rate</string>