Преглед изворни кода

Add item id to download activity

Cody Robibero пре 1 година
родитељ
комит
a1bb23e98f
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Jellyfin.Api/Controllers/LibraryController.cs

+ 1 - 0
Jellyfin.Api/Controllers/LibraryController.cs

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