Merge pull request #11055 from crobibero/activitylog-download

Add item id to download activity
pull/11064/head
Claus Vium 3 months 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())
{
ShortOverview = string.Format(CultureInfo.InvariantCulture, _localization.GetLocalizedString("AppDeviceValues"), User.GetClient(), User.GetDevice()),
ItemId = item.Id.ToString("N", CultureInfo.InvariantCulture)
}).ConfigureAwait(false);
}
catch

Loading…
Cancel
Save