mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +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
|
||||
onMediaCached: {
|
||||
if (mxcUrl == model.data.url) {
|
||||
media.source = "file://" + cacheUrl;
|
||||
media.source = cacheUrl;
|
||||
button.state = "stopped";
|
||||
console.log("media loaded: " + mxcUrl + " at " + cacheUrl);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue