diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2020-02-23 19:06:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-23 19:06:33 +0100 |
commit | 37528452caa40335ddc712f969aad82beb94f06e (patch) | |
tree | 260c7d54c7d92cfdc158b57790326d2b2415a79e /core/src/main/res/values | |
parent | a7efede66c90de785aeaf00ed3924818010676cc (diff) | |
parent | 2b22f116cdb2a53c26aec9108e9810ed5e9a6bc7 (diff) | |
download | AntennaPod-37528452caa40335ddc712f969aad82beb94f06e.zip |
Merge pull request #3880 from ByteHamster/handle-source-errors
Added ExoPlayer error messages
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
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> |