mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
imdb-support: renamed imdb->omdb
Imdb is not really used directly, that is a bit misleading
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1af35f36c5
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-29 (Sun, 29 Apr 2018)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -814,12 +814,14 @@ struct SNeutrinoSettings
|
||||
int movieplayer_repeat_on;
|
||||
int movieplayer_bisection_jump; //NI
|
||||
int movieplayer_display_playtime;
|
||||
|
||||
//online services
|
||||
std::string youtube_dev_id;
|
||||
int youtube_enabled;
|
||||
std::string tmdb_api_key;
|
||||
int tmdb_enabled;
|
||||
std::string imdb_api_key;
|
||||
int imdb_enabled;
|
||||
std::string omdb_api_key;
|
||||
int omdb_enabled;
|
||||
std::string shoutcast_dev_id;
|
||||
int shoutcast_enabled;
|
||||
|
||||
|
Reference in New Issue
Block a user