The movie "25 km/h" will result in the software crashing #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The movie "25 km/h" will result in the software crashing. The main app will crash because the api returns a styled 404 page because the api request is https://imdb-api.com/en/API/SearchTitle/API_KEY/25%20km/h The api server thinks that /h is part of the path. I don't know how to fix it currently.
Fixed.