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:
Auyer
2017-10-03 11:14:44 -03:00
parent a81156b363
commit ab0bbcea94

View File

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