feat: added the option in the settings to delete all saved offline content.

This commit is contained in:
antonio 2023-08-06 00:01:02 +02:00
parent 05325913f7
commit 9d7acdb892
5 changed files with 98 additions and 0 deletions

View file

@ -99,6 +99,11 @@
<Preference
android:key="download_storage"
app:title="@string/settings_download_storage_title" />
<Preference
android:key="delete_download_storage"
app:title="@string/settings_delete_download_storage_title"
app:summary="@string/settings_delete_download_storage_summary"/>
</PreferenceCategory>
<PreferenceCategory app:title="@string/settings_title_transcoding">