Skip to content

Commit

Permalink
[Mediaserver] Try to improve location matching for Leaving Soon colle…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
Schaka committed Jun 14, 2024
1 parent e01830d commit 75d0ac9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ abstract class AbstractMediaServerRestService(
return
}

val pathString = path.toUri().path
val pathString = path.toUri().path.removeSuffix("/")
Files.createDirectories(path)
val libraryName = "${libraryType.collectionName} (Deleted Soon)"

Expand Down

0 comments on commit 75d0ac9

Please sign in to comment.