Merge pull request #1247 from auyer/master
"Error" text on missing Codec error changed to "Unable to Play"
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user