add notification for download progress

This commit is contained in:
dkanada 2021-05-16 12:08:36 +09:00
commit 86d20c044b
3 changed files with 116 additions and 1 deletions

View file

@ -77,6 +77,7 @@
<string name="battery_optimizations_message">Please disable battery optimizations for media playback while the screen is off.</string>
<string name="added_title_to_queue">"Added 1 title to the queue."</string>
<string name="added_x_titles_to_queue">Added %1$d titles to the queue.</string>
<string name="downloading_x_songs">Downloading %1$d songs.</string>
<string name="delete_playlist_x"><![CDATA[Delete the playlist <b>%1$s</b>?]]></string>
<string name="delete_x_playlists"><![CDATA[Delete <b>%1$d</b> playlists?]]></string>
<string name="remove_song_x_from_playlist"><![CDATA[Remove the song <b>%1$s</b> from the playlist?]]></string>