aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ItemsController.cs
diff options
context:
space:
mode:
authorjakobkukla <jakob.kukla@gmail.com>2026-04-16 11:38:01 +0200
committerjakobkukla <jakob.kukla@gmail.com>2026-05-21 20:48:41 +0200
commit37350282cc18a977162dcf14fe9b6068d29d6edf (patch)
tree4f8d14a4ef9e96e092238fb521955ae389dbaf87 /Jellyfin.Api/Controllers/ItemsController.cs
parente63bc1e27ceaab759fc2d2828115036d620fbd07 (diff)
Run tree-wide dotnet format
Diffstat (limited to 'Jellyfin.Api/Controllers/ItemsController.cs')
-rw-r--r--Jellyfin.Api/Controllers/ItemsController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/ItemsController.cs b/Jellyfin.Api/Controllers/ItemsController.cs
index f3f0bd2482..82a1bdebd7 100644
--- a/Jellyfin.Api/Controllers/ItemsController.cs
+++ b/Jellyfin.Api/Controllers/ItemsController.cs
@@ -271,7 +271,7 @@ public class ItemsController : BaseJellyfinApiController
&& user.GetPreference(PreferenceKind.AllowedTags).Length != 0
&& !fields.Contains(ItemFields.Tags))
{
- fields = [..fields, ItemFields.Tags];
+ fields = [.. fields, ItemFields.Tags];
}
var dtoOptions = new DtoOptions { Fields = fields }