Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/a5cb069f26ed6f4f1842ceb984342a4ef9c98d08 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update HdHomerunManager.cs

pull/1581/head
Bond-009 6 years ago committed by Bond_009
parent 1cad93c276
commit a5cb069f26

@ -108,7 +108,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun
{
_tcpClient = null;
var task = StopStreaming(_tcpClient);
var task = StopStreaming(socket);
Task.WaitAll(task);
}
}

Loading…
Cancel
Save