aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
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/LiveTv
parentc6006cd4bb06691c7d5d3a0c0fd3eea87fbd6f43 (diff)
parent99482f07362b02d2edf0a7ac34bd7d682c67baf3 (diff)
Merge pull request #32 from anthonylavado/replace-links
Replace links to emby.media
Diffstat (limited to 'Emby.Server.Implementations/LiveTv')
-rw-r--r--Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs2
1 files changed, 1 insertions, 1 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)