mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
update live tv image
This commit is contained in:
@@ -41,7 +41,7 @@ namespace MediaBrowser.Server.Implementations.Connect
|
||||
_timer = new Timer(TimerCallback, null, TimeSpan.FromSeconds(5), TimeSpan.FromHours(3));
|
||||
}
|
||||
|
||||
private readonly string[] _ipLookups = { "http://bot.whatismyipaddress.com", "https://connect.mediabrowser.tv/service/ip" };
|
||||
private readonly string[] _ipLookups = { "http://bot.whatismyipaddress.com", "https://connect.emby.media/service/ip" };
|
||||
|
||||
private async void TimerCallback(object state)
|
||||
{
|
||||
|
||||
@@ -371,7 +371,7 @@ namespace MediaBrowser.Server.Implementations.Connect
|
||||
|
||||
private string GetConnectUrl(string handler)
|
||||
{
|
||||
return "https://connect.mediabrowser.tv/service/" + handler;
|
||||
return "https://connect.emby.media/service/" + handler;
|
||||
}
|
||||
|
||||
public async Task<UserLinkResult> LinkUser(string userId, string connectUsername)
|
||||
|
||||
Reference in New Issue
Block a user