Clean up.
This commit is contained in:
@@ -101,14 +101,12 @@ RowLayout {
|
|||||||
|
|
||||||
onDurationChanged: {
|
onDurationChanged: {
|
||||||
if (!duration) {
|
if (!duration) {
|
||||||
console.log("This server does not support media streaming")
|
|
||||||
supportStreaming = false;
|
supportStreaming = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
onErrorChanged: {
|
onErrorChanged: {
|
||||||
if (error != MediaPlayer.NoError) {
|
if (error != MediaPlayer.NoError) {
|
||||||
console.log("This server does not support media streaming")
|
|
||||||
supportStreaming = false;
|
supportStreaming = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user