Fixes issue #112 - Crash on too many songs in App Shortcut playlist

Instead of passing all songs in an intent extra, pass the Playlist which is then used to load the songs in MusicService
This commit is contained in:
Adrian Campos 2017-04-05 16:39:22 -07:00
commit 54414e7d3e
4 changed files with 111 additions and 25 deletions

View file

@ -181,6 +181,7 @@
<string name="favorites">Favorites</string>
<string name="last_added">Last added</string>
<string name="history">History</string>
<string name="shuffle_all">Shuffle All</string>
<string name="my_top_tracks">My top tracks</string>
<string name="remove_cover">Remove cover</string>
<string name="download_from_last_fm">Download from Last.fm</string>