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

update live tv segments

pull/702/head
Luke Pulverenti 10 years ago
parent 046eaa7671
commit 976a4c22da

@ -109,7 +109,7 @@ namespace MediaBrowser.Api.Playback.Hls
throw;
}
await WaitForMinimumSegmentCount(playlist, 1, cancellationTokenSource.Token).ConfigureAwait(false);
await WaitForMinimumSegmentCount(playlist, 2, cancellationTokenSource.Token).ConfigureAwait(false);
}
}
finally

Loading…
Cancel
Save