Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *** IMDB.ifs
- --- IMDB (always fill translated title field).ifs
- ***************
- *** 1045,1050 ****
- --- 1045,1051 ----
- end;
- if (updated = 0) and (GetOption('TranslatedTitle') > 0) and (GetParam('RapidAPIKey') <> '') then
- retrieveTitlesFromRapidAPI();
- + if (GetField(fieldTranslatedTitle) = '') then SetField(fieldTranslatedTitle, GetField(fieldOriginalTitle));
- end;
- // Comments
Advertisement
Add Comment
Please, Sign In to add comment