Преглед на файлове

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 години
родител
ревизия
d23578c46f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      MediaBrowser.Model/Dto/BaseItemDto.cs

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