When I try to reset the whole library, I get a 404 error.  I wonder if it's coming from [this line](https://github.com/Snd-R/komf/blob/3348abeb4373cbce382cf7d90079777a80cb5012/komf-app/src/main/kotlin/snd/komf/app/api/MetadataRoutes.kt#L179). Should it be `post("/reset/library/{libraryId}")` instead of `post("/reset/library")`?
When I try to reset the whole library, I get a 404 error.
I wonder if it's coming from this line.
Should it be
post("/reset/library/{libraryId}")instead ofpost("/reset/library")?