diff options
| author | Anthony Lavado <anthony@lavado.ca> | 2018-12-11 01:31:08 -0500 |
|---|---|---|
| committer | Anthony Lavado <anthony@lavado.ca> | 2018-12-11 01:31:08 -0500 |
| commit | 71b8602a3d89ceb6799c20d96cc251b149338324 (patch) | |
| tree | fbece4827f348f069a1e883db4933b817ccbe474 /Emby.Server.Implementations | |
| parent | 643201278f999c5a3ba6ed4ff9ee24383bcef11e (diff) | |
Updates all other emby.media links to repo page
Diffstat (limited to 'Emby.Server.Implementations')
| -rw-r--r-- | Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs | 2 | ||||
| -rw-r--r-- | Emby.Server.Implementations/News/NewsEntryPoint.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs b/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs index d21abb74e..167f2a84b 100644 --- a/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs +++ b/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs @@ -279,7 +279,7 @@ namespace Emby.Server.Implementations.LiveTv.EmbyTV public string HomePageUrl { - get { return "https://emby.media"; } + get { return "https://github.com/jellyfin/jellyfin"; } } public async Task RefreshSeriesTimers(CancellationToken cancellationToken, IProgress<double> progress) diff --git a/Emby.Server.Implementations/News/NewsEntryPoint.cs b/Emby.Server.Implementations/News/NewsEntryPoint.cs index 3ce3d2315..38a250593 100644 --- a/Emby.Server.Implementations/News/NewsEntryPoint.cs +++ b/Emby.Server.Implementations/News/NewsEntryPoint.cs @@ -82,7 +82,7 @@ namespace Emby.Server.Implementations.News var requestOptions = new HttpRequestOptions { - Url = "https://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog", + Url = "https://github.com/jellyfin/jellyfin", Progress = new SimpleProgress<double>(), UserAgent = "Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.42 Safari/537.36", BufferContent = false |
