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

Merge pull request from crobibero/missing-general-command

Add missing general commands
pull/4139/head^2
dkanada 5 years ago committed by GitHub
commit 2375c35c4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,6 +43,11 @@ namespace MediaBrowser.Model.Session
Guide = 32,
ToggleStats = 33,
PlayMediaSource = 34,
PlayTrailers = 35
PlayTrailers = 35,
SetShuffleQueue = 36,
PlayState = 37,
PlayNext = 38,
ToggleOsdMenu = 39,
Play = 40
}
}

Loading…
Cancel
Save