Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/321e9fb0b5e5583734b154704fc3eb39c62a2005?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from crobibero/activitylog-download

Add item id to download activity
pull/11064/head
Claus Vium 1 year ago committed by GitHub
commit 321e9fb0b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -913,6 +913,7 @@ public class LibraryController : BaseJellyfinApiController
User.GetUserId()) User.GetUserId())
{ {
ShortOverview = string.Format(CultureInfo.InvariantCulture, _localization.GetLocalizedString("AppDeviceValues"), User.GetClient(), User.GetDevice()), ShortOverview = string.Format(CultureInfo.InvariantCulture, _localization.GetLocalizedString("AppDeviceValues"), User.GetClient(), User.GetDevice()),
ItemId = item.Id.ToString("N", CultureInfo.InvariantCulture)
}).ConfigureAwait(false); }).ConfigureAwait(false);
} }
catch catch

Loading…
Cancel
Save