Skip to content

Fix media location on Windows

On Windows media path is resolved from file://localhost/c:/folder to /c:/folder that is not valid Windows path. This MR strips leading slash to fix this.

Merge request reports