aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/StudiosController.cs
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-10-29 11:36:45 -0600
committercrobibero <cody@robibe.ro>2020-10-29 11:36:45 -0600
commit11d69fd3b1c25927c1046c4a095a3bd9f29fa722 (patch)
tree1d65fcfa035c4cab4878e2de53bd1d12ecfea8dc /Jellyfin.Api/Controllers/StudiosController.cs
parent372f0eb38a9c0803d69d5dc3c4f0fdedd948cd0c (diff)
Make MrLinter happy
Diffstat (limited to 'Jellyfin.Api/Controllers/StudiosController.cs')
-rw-r--r--Jellyfin.Api/Controllers/StudiosController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/StudiosController.cs b/Jellyfin.Api/Controllers/StudiosController.cs
index 47b4ce01a..a9cba9dba 100644
--- a/Jellyfin.Api/Controllers/StudiosController.cs
+++ b/Jellyfin.Api/Controllers/StudiosController.cs
@@ -112,7 +112,7 @@ namespace Jellyfin.Api.Controllers
[FromQuery] bool? enableImages = true,
[FromQuery] bool enableTotalRecordCount = true)
{
- var dtoOptions = new DtoOptions{ Fields = fields }
+ var dtoOptions = new DtoOptions { Fields = fields }
.AddClientFields(Request)
.AddAdditionalDtoOptions(enableImages, enableUserData, imageTypeLimit, enableImageTypes);