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

Merge pull request #9858 from jellyfin/nvv-baseitemdto-lufs-nullable

Bond-009 преди 2 години
родител
ревизия
60881eaa59
променени са 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.