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

Fix InheritedParentalRatingSubValue not set (#13880)

JPVenson преди 2 месеца
родител
ревизия
070abcd8ff
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      Jellyfin.Server.Implementations/Item/BaseItemRepository.cs

+ 1 - 0
Jellyfin.Server.Implementations/Item/BaseItemRepository.cs

@@ -620,6 +620,7 @@ public sealed class BaseItemRepository
         dto.PreferredMetadataCountryCode = entity.PreferredMetadataCountryCode;
         dto.IsInMixedFolder = entity.IsInMixedFolder;
         dto.InheritedParentalRatingValue = entity.InheritedParentalRatingValue;
+        dto.InheritedParentalRatingSubValue = entity.InheritedParentalRatingSubValue;
         dto.CriticRating = entity.CriticRating;
         dto.PresentationUniqueKey = entity.PresentationUniqueKey;
         dto.OriginalTitle = entity.OriginalTitle;