aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
diff options
context:
space:
mode:
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)