소스 검색

Chg to mb3admin

Eric Reed 10 년 전
부모
커밋
4f6fb1a76e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MediaBrowser.Server.Implementations/LiveTv/Listings/Emby/EmbyListingsNorthAmerica.cs

+ 1 - 1
MediaBrowser.Server.Implementations/LiveTv/Listings/Emby/EmbyListingsNorthAmerica.cs

@@ -48,7 +48,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.Listings.Emby
             // location = postal code
             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
             {