aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
diff options
context:
space:
mode:
authorAnthony Lavado <anthony@lavado.ca>2018-12-11 01:31:08 -0500
committerAnthony Lavado <anthony@lavado.ca>2018-12-11 01:31:08 -0500
commit71b8602a3d89ceb6799c20d96cc251b149338324 (patch)
treefbece4827f348f069a1e883db4933b817ccbe474 /Emby.Server.Implementations/LiveTv
parent643201278f999c5a3ba6ed4ff9ee24383bcef11e (diff)
Updates all other emby.media links to repo page
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 d21abb74e8..167f2a84b2 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)