add IDE helper
This commit is contained in:
@@ -15,7 +15,11 @@ class FlixInfo {
|
||||
this.tmdbApiKey = opt;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Get movie/show info
|
||||
* @param {number} netflixId
|
||||
* @return {JSON}
|
||||
*/
|
||||
get(netflixId) {
|
||||
|
||||
// Imdb id page
|
||||
|
||||
Reference in New Issue
Block a user