cirdanmiriel
cirdanmiriel
Hi! I am facing the same problem, and just wanted to know why the search is based on the display_name rather that on the osmId and osmType? It would solve...
Typically, hacking it a bit like this makes it working : ``` ts const osmProvider = new OpenStreetMapProvider(); const searchControl = new (SearchControl as any)({ provider: osmProvider }); searchControl.onSubmit =...
Same here, I've been experiencing this same bug for months now, preventing me from fully migrating from Kodi to Jellyfin... I'd like to add that the tests I made were...