2
0
Эх сурвалжийг харах

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.
Niels van Velzen 2 жил өмнө
parent
commit
d23578c46f

+ 1 - 1
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.