rx-player icon indicating copy to clipboard operation
rx-player copied to clipboard

Fix path resolve not works correct

Open KunXi-Fox opened this issue 1 year ago • 0 comments

This PR is the fix of this issue: https://github.com/canalplus/rx-player/issues/1440.

From what I'm understanding, for path resolve: '/a/b/c' and https://a.b/c result should be https://a.b/a/b/c not https://a.b/c/a/b/c.

KunXi-Fox avatar May 24 '24 07:05 KunXi-Fox