aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2018-12-11 01:44:14 -0500
committerGitHub <noreply@github.com>2018-12-11 01:44:14 -0500
commit4c6103f2a76a3ba7673ecd5ae9fee7b89e0d1e75 (patch)
treedaba006a4c120c968752a1a6dfae2d5b856068fb /Emby.Server.Implementations
parentc6006cd4bb06691c7d5d3a0c0fd3eea87fbd6f43 (diff)
parent99482f07362b02d2edf0a7ac34bd7d682c67baf3 (diff)
Merge pull request #32 from anthonylavado/replace-links
Replace links to emby.media
Diffstat (limited to 'Emby.Server.Implementations')
-rw-r--r--Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs2
-rw-r--r--Emby.Server.Implementations/News/NewsEntryPoint.cs2
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