Skip to content
Snippets Groups Projects
Commit 02e388e5 authored by targetakhil's avatar targetakhil
Browse files

fix windows video bug

parent c47ae998
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment