From 71b8602a3d89ceb6799c20d96cc251b149338324 Mon Sep 17 00:00:00 2001 From: Anthony Lavado Date: Tue, 11 Dec 2018 01:31:08 -0500 Subject: Updates all other emby.media links to repo page --- Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Emby.Server.Implementations/LiveTv') 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 progress) -- cgit v1.2.3