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

Update SessionController.cs

pull/4173/head
BaronGreenback 5 years ago committed by GitHub
parent 604edea6a6
commit 8738fe570a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -166,7 +166,7 @@ namespace Jellyfin.Api.Controllers
{
var playRequest = new PlayRequest
{
ItemIds = itemIds,
ItemIds = new [] { itemIds },
StartPositionTicks = startPositionTicks,
PlayCommand = command
};

Loading…
Cancel
Save