From dc144e3c1f422dba925b0a62cbb87b7c024ef1b7 Mon Sep 17 00:00:00 2001 From: linus_lee Date: Mon, 22 Dec 2014 17:18:39 -0800 Subject: Eleven: Show error message for corrupt tracks (additional codepaths) Add showing error message for code paths where the media player fails gracefully Unfortunately adding the logic to remove the bad track is not trivial because the removeTracks logic automatically does other things to try to go to the next track. For now I will leave the logic so that it goes on to the next track and make a note on the music service rewrite notes to cover this scenario as well. Change-Id: Ib7ae5ce7819b15cdb3ada4995bc0734ab2d9b0a2 --- res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/values') diff --git a/res/values/strings.xml b/res/values/strings.xml index 38197c9..5bf25b1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -166,7 +166,7 @@ To copy music from your computer to your device, use a USB cable. No songs in play queue To add songs to your Play Queue, tap the options menu on a song, album, or artist and select \"Add to queue\". - Unable to play track %1$s, removing it from the queue + Unable to play track %1$s Unknown year -- cgit v1.2.3