aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dto
diff options
context:
space:
mode:
authorNiels van Velzen <nielsvanvelzen@users.noreply.github.com>2023-06-06 17:51:26 +0200
committerGitHub <noreply@github.com>2023-06-06 17:51:26 +0200
commitd23578c46f2c76e5b0cb0f2bda0b9132033f6f1b (patch)
tree3c7d8a9b146c8e0af1545dc8ae5d4a2b6696a6ad /MediaBrowser.Model/Dto
parenta4a10f101edf607b72b4e5d5578a877df46818ec (diff)
Make LUFS property nullable in BaseItemDto
This fixes a regression from #9222 where the LUFS field in the OpenAPI spec was not nullable. This will cause issues with the Kotlin SDK.
Diffstat (limited to 'MediaBrowser.Model/Dto')
-rw-r--r--MediaBrowser.Model/Dto/BaseItemDto.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Dto/BaseItemDto.cs b/MediaBrowser.Model/Dto/BaseItemDto.cs
index 27154c297..8fab1ca6d 100644
--- a/MediaBrowser.Model/Dto/BaseItemDto.cs
+++ b/MediaBrowser.Model/Dto/BaseItemDto.cs
@@ -783,7 +783,7 @@ namespace MediaBrowser.Model.Dto
/// Gets or sets the LUFS value.
/// </summary>
/// <value>The LUFS Value.</value>
- public float LUFS { get; set; }
+ public float? LUFS { get; set; }
/// <summary>
/// Gets or sets the current program.