This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Returns omdb information | |
* | |
* @param {AL3} ids | |
* @param {"public"|"private"} type | |
* @return {array} range of information from API | |
* @customfunction | |
*/ | |
function TMDB(ids) { | |
var tmdbKey = 'abcd1234'; |