Merge branch 'development' into SinTan1729-skip-duplicates

This commit is contained in:
eddyizm 2025-10-06 22:25:17 -07:00 committed by GitHub
commit 126663f1e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 1439 additions and 74 deletions

View file

@ -189,6 +189,14 @@
android:key="download_storage"
app:title="@string/settings_download_storage_title" />
<Preference
android:key="set_download_directory"
android:title="Set download folder"
android:summary="Choose a folder for downloaded music files"
android:icon="@drawable/ic_folder"
android:order="104"
app:isPreferenceVisible="false" />
<Preference
android:key="delete_download_storage"
app:title="@string/settings_delete_download_storage_title"