mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 14:28:46 +01:00
update item queries
This commit is contained in:
@@ -1307,6 +1307,7 @@ namespace MediaBrowser.Server.Implementations.Channels
|
||||
item.OfficialRating = info.OfficialRating;
|
||||
item.DateCreated = info.DateCreated ?? DateTime.UtcNow;
|
||||
item.Tags = info.Tags;
|
||||
item.HomePageUrl = info.HomePageUrl;
|
||||
}
|
||||
|
||||
var trailer = item as Trailer;
|
||||
|
||||
Reference in New Issue
Block a user