Updates all other emby.media links to repo page

This commit is contained in:
Anthony Lavado
2018-12-11 01:31:08 -05:00
parent 643201278f
commit 71b8602a3d
4 changed files with 8 additions and 8 deletions

View File

@@ -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)

View File

@@ -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