From e5712e82b369019457cf738a70ae97c67388cbc4 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 23 Jan 2024 04:16:00 +0100 Subject: comments and minor changes --- 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 c349edf..5dbc335 100644 --- a/import/src/tmdb.rs +++ b/import/src/tmdb.rs @@ -51,7 +51,7 @@ impl Tmdb { .client .get(&format!( "https://api.themoviedb.org/3/search/{kind}?query={}?api_key={}", - query.replace(" ", "+"), + query.replace(" ", "+"), // TODO this is horrible, please find a proper urlencoding library that supports + for space self.key )) .send() -- cgit v1.2.3-70-g09d2