Explorar o código

Fix InheritedParentalRatingSubValue not set (#13880)

JPVenson hai 1 mes
pai
achega
070abcd8ff
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;