Chg to mb3admin
This commit is contained in:
parent
d6dc1826cc
commit
4f6fb1a76e
|
@ -48,7 +48,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.Listings.Emby
|
||||||
// location = postal code
|
// location = postal code
|
||||||
var path = await GetResponse<String>("https://data.emby.media/service/lineups?postalCode=" + location).ConfigureAwait(false);
|
var path = await GetResponse<String>("https://data.emby.media/service/lineups?postalCode=" + location).ConfigureAwait(false);
|
||||||
|
|
||||||
var response = await GetResponse<LineupInfo[]>("https://data.emby.media" + path).ConfigureAwait(false);
|
var response = await GetResponse<LineupInfo[]>("https://www.mb3admin.com" + path).ConfigureAwait(false);
|
||||||
|
|
||||||
return response.Select(i => new NameIdPair
|
return response.Select(i => new NameIdPair
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user