Clean up.

This commit is contained in:
Black Hat
2019-10-06 02:48:34 -07:00
parent e79d5f47d4
commit f34556d416

View File

@@ -101,14 +101,12 @@ RowLayout {
onDurationChanged: {
if (!duration) {
console.log("This server does not support media streaming")
supportStreaming = false;
}
}
onErrorChanged: {
if (error != MediaPlayer.NoError) {
console.log("This server does not support media streaming")
supportStreaming = false;
}
}