summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-02-23 19:06:33 +0100
committerGitHub <noreply@github.com>2020-02-23 19:06:33 +0100
commit37528452caa40335ddc712f969aad82beb94f06e (patch)
tree260c7d54c7d92cfdc158b57790326d2b2415a79e /core/src/main/res
parenta7efede66c90de785aeaf00ed3924818010676cc (diff)
parent2b22f116cdb2a53c26aec9108e9810ed5e9a6bc7 (diff)
downloadAntennaPod-37528452caa40335ddc712f969aad82beb94f06e.zip
Merge pull request #3880 from ByteHamster/handle-source-errors
Added ExoPlayer error messages
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 37802dcf4..4a089e1d8 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -283,6 +283,7 @@
<string name="playback_error_server_died">Server died</string>
<string name="playback_error_unsupported">Unsupported media type</string>
<string name="playback_error_timeout">Operation timed out</string>
+ <string name="playback_error_source">Unable to access media file</string>
<string name="playback_error_unknown">Unknown Error</string>
<string name="no_media_playing_label">No media playing</string>
<string name="position_default_label" translate="false">00:00:00</string>