@halibegic/react-video-player 0.0.20 → 0.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2151,7 +2151,7 @@ function pn(t, e) {
|
|
|
2151
2151
|
return g;
|
|
2152
2152
|
{
|
|
2153
2153
|
const o = new URL(e);
|
|
2154
|
-
return new URL(g, o.origin + o.pathname.substring(0, o.pathname.lastIndexOf("/"))).toString();
|
|
2154
|
+
return new URL(g, o.origin + o.pathname.substring(0, o.pathname.lastIndexOf("/")) + "/").toString();
|
|
2155
2155
|
}
|
|
2156
2156
|
}
|
|
2157
2157
|
}
|