api descriptions

This commit is contained in:
mProjectsCode 2022-05-05 21:48:54 +02:00
parent 99980028d0
commit 30d07f79f3
6 changed files with 20 additions and 5 deletions

View file

@ -11,6 +11,7 @@ export class OMDbAPI extends APIModel {
this.plugin = plugin;
this.apiName = 'OMDbAPI';
this.apiDescription = 'A free API for Movies and Series.';
this.apiUrl = 'http://www.omdbapi.com/';
this.types = ['movie', 'series'];
}