Remember last selected media type for downloads.

This commit is contained in:
vmazoyer 2020-07-31 22:19:49 +02:00 committed by Stypox
parent a84b54f940
commit 99442b6e04
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
2 changed files with 31 additions and 1 deletions

View file

@ -236,6 +236,11 @@
<string name="clear_playback_states_key" translatable="false">clear_playback_states</string>
<string name="clear_search_history_key" translatable="false">clear_search_history</string>
<string name="last_used_download_type" translatable="false">@string/last_download_type_video_key</string>
<string name="last_download_type_video_key" translatable="false">last_dl_type_video</string>
<string name="last_download_type_audio_key" translatable="false">last_dl_type_audio</string>
<string name="last_download_type_subtitle_key" translatable="false">last_dl_type_subtitle</string>
<string name="downloads_storage_ask" translatable="false">downloads_storage_ask</string>
<string name="storage_use_saf" translatable="false">storage_use_saf</string>