mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
Updates all other emby.media links to repo page
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user