Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/81d5eb4db5918debe3194236288492f26ad135bb?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -114,7 +114,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun
var taskCompletionSource = new TaskCompletionSource < bool > ( ) ;
var taskCompletionSource = new TaskCompletionSource < bool > ( ) ;
StartStreaming(
_ = StartStreaming(
udpClient ,
udpClient ,
hdHomerunManager ,
hdHomerunManager ,
remoteAddress ,
remoteAddress ,
@ -135,7 +135,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun
await taskCompletionSource . Task . ConfigureAwait ( false ) ;
await taskCompletionSource . Task . ConfigureAwait ( false ) ;
}
}
private async void StartStreaming ( UdpClient udpClient , HdHomerunManager hdHomerunManager , IPAddress remoteAddress , TaskCompletionSource < bool > openTaskCompletionSource , CancellationToken cancellationToken )
private async Task StartStreaming ( UdpClient udpClient , HdHomerunManager hdHomerunManager , IPAddress remoteAddress , TaskCompletionSource < bool > openTaskCompletionSource , CancellationToken cancellationToken )
{
{
using ( udpClient )
using ( udpClient )
using ( hdHomerunManager )
using ( hdHomerunManager )