Skip to content
Commit 09e6bd79 authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

Fix broken copy-paste from remote URLs

`joinSublist()` is used by `stat()` to retrieve the path to be used by
`fileToUDSEntry()`, but without the leading slash will break copy-pasting
a remote `gdrive://` URL to local disks.
This happens because `get()` will be called after this broken `stat()`,
so it will receive a broken URL.

BUG: 369619
FIXED-IN: 1.0.2
parent aff19dd7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment