mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-31 04:05:50 -04:00
Add item id to download activity
This commit is contained in:
parent
3cf0070287
commit
a1bb23e98f
@ -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…
x
Reference in New Issue
Block a user