Add item id to download activity

This commit is contained in:
Cody Robibero 2024-02-23 09:02:11 -07:00
parent 3cf0070287
commit a1bb23e98f
1 changed files with 1 additions and 0 deletions

View File

@ -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