Hi,
It appears that the omdb api key is hard coded? At least it looks like it is in github.
https://github.com/MediaBrowser/Emby/blob/master/MediaBrowser.Providers/Omdb/OmdbProvider.cs
270 var url = "https://www.omdbapi.com?apikey=fe53f97e";
which matches the api key in my logs:
2018-06-24 12:49:04.726 Info HttpClient: GET https://img.omdbapi.com/?i=tt2873282&apikey=fe53f97e
Is there any way we can make it configurable so I can change it to my api key?
Thanks,
th0th