Merge pull request #1247 from auyer/master

"Error" text on missing Codec error changed to "Unable to Play"
This commit is contained in:
Benjamin Tan
2018-01-21 21:15:11 +08:00
committed by GitHub

View File

@@ -304,7 +304,7 @@ function renderCastScreen (state) {
isCast = false
} else if (state.playing.location === 'error') {
castIcon = 'error_outline'
castType = 'Error'
castType = 'Unable to Play'
isCast = false
}