SwiftySandboxFileAccess icon indicating copy to clipboard operation
SwiftySandboxFileAccess copied to clipboard

Fix bookmark key lookup

Open soundflix opened this issue 4 months ago • 0 comments

URLs imported with SwiftUI's fileimporter and DropDelegate have the file URI "file://" prefixed. This broke the bookmark key retrieval. Using URL.path() in favor of URL.absoluteString for key lookup fixes this.

soundflix avatar Nov 02 '25 07:11 soundflix