mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
fix windows video bug
This commit is contained in:
parent
c47ae99805
commit
02e388e542
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ Rectangle {
|
||||||
target: TimelineManager.timeline
|
target: TimelineManager.timeline
|
||||||
onMediaCached: {
|
onMediaCached: {
|
||||||
if (mxcUrl == model.data.url) {
|
if (mxcUrl == model.data.url) {
|
||||||
media.source = "file://" + cacheUrl;
|
media.source = cacheUrl;
|
||||||
button.state = "stopped";
|
button.state = "stopped";
|
||||||
console.log("media loaded: " + mxcUrl + " at " + cacheUrl);
|
console.log("media loaded: " + mxcUrl + " at " + cacheUrl);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue