imdb-support: renamed imdb->omdb

Imdb is not really used directly, that is a bit misleading
This commit is contained in:
2018-04-27 15:57:27 +02:00
parent 9be6a12241
commit 8b101ccf78
6 changed files with 36 additions and 23 deletions

View File

@@ -48,7 +48,7 @@ CIMDB::CIMDB()
imdb_url = "http://www.omdbapi.com/?plot=full&r=json&i=";
imdb_outfile = "/tmp/imdb.json";
omdb_apikey = "&apikey=";
omdb_apikey += g_settings.imdb_api_key;
omdb_apikey += g_settings.omdb_api_key;
posterfile = "/tmp/imdb.jpg";
acc = 0;