mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 19:08:27 +01:00
reduced some virtualization
This commit is contained in:
@@ -181,7 +181,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
ForcedSortName = ShadowItem.SortName;
|
||||
Genres = ShadowItem.Genres;
|
||||
Studios = ShadowItem.Studios;
|
||||
OfficialRating = ShadowItem.OfficialRating;
|
||||
OfficialRating = ShadowItem.OfficialRatingForComparison;
|
||||
BackdropImagePaths = ShadowItem.BackdropImagePaths;
|
||||
Images = ShadowItem.Images;
|
||||
Overview = ShadowItem.Overview;
|
||||
|
||||
Reference in New Issue
Block a user