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

update comment

Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
pull/3541/head
dkanada 5 years ago committed by GitHub
parent 5e706ba7ce
commit bf09bbeacd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -222,7 +222,7 @@ namespace Emby.Server.Implementations.SyncPlay
var updateOthers = NewSyncPlayGroupUpdate(GroupUpdateType.UserJoined, session.UserName);
SendGroupUpdate(session, BroadcastType.AllExceptCurrentSession, updateOthers, cancellationToken);
// syncing will happen client side
// Syncing will happen client-side
if (!_group.IsPaused)
{
var playCommand = NewSyncPlayCommand(SendCommandType.Play);

Loading…
Cancel
Save