mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-17 06:45:06 -05:00
Fix
This commit is contained in:
parent
b243a6df1a
commit
5bfa2692fd
@ -315,7 +315,7 @@ public class TMDbClient implements MovieIdentificationService {
|
||||
file.append(path.lastIndexOf('?') < 0 ? '?' : '&');
|
||||
|
||||
if (locale.getLanguage().length() > 0) {
|
||||
file.append("language=").append(getLanguageCode(locale));
|
||||
file.append("language=").append(getLanguageCode(locale)).append('&');
|
||||
}
|
||||
file.append("api_key=").append(apikey);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user