From db511d3fe50f05329615f718515fab1b80d9e06a Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 29 Jan 2025 18:03:06 +0100 Subject: no direct redb access --- import/src/tmdb.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'import/src/tmdb.rs') diff --git a/import/src/tmdb.rs b/import/src/tmdb.rs index 787ba5b..522d9d6 100644 --- a/import/src/tmdb.rs +++ b/import/src/tmdb.rs @@ -50,7 +50,7 @@ impl Tmdb { .client .get(&format!( "https://api.themoviedb.org/3/search/{kind}?query={}?api_key={}", - query.replace(" ", "+"), // TODO this is horrible, please find a proper urlencoding library that supports + for space + query.replace(" ", "+"), self.key )) .send() -- cgit v1.2.3-70-g09d2