mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
@ -24,7 +24,8 @@ object FileUrlReader {
|
||||
scheme = Nel.of(scheme),
|
||||
authority = Some(""),
|
||||
path = LenientUri.NonEmptyPath(
|
||||
Nel.of(key.collective.id, key.category.id.id, key.id.id)
|
||||
Nel.of(key.collective.id, key.category.id.id, key.id.id),
|
||||
false
|
||||
),
|
||||
query = None,
|
||||
fragment = None
|
||||
|
Reference in New Issue
Block a user