Error on missing Codec changed to "Unable to Play"
The error message was harsh, and new users might close the software imediatly after it fails.
This commit is contained in:
@@ -303,7 +303,7 @@ function renderCastScreen (state) {
|
|||||||
isCast = false
|
isCast = false
|
||||||
} else if (state.playing.location === 'error') {
|
} else if (state.playing.location === 'error') {
|
||||||
castIcon = 'error_outline'
|
castIcon = 'error_outline'
|
||||||
castType = 'Error'
|
castType = 'Unable to Play'
|
||||||
isCast = false
|
isCast = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user