mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 22:38:30 +01:00
added GetCriticReviews to IApiClient
This commit is contained in:
@@ -405,10 +405,7 @@ namespace MediaBrowser.Controller.Dto
|
||||
dto.Revenue = item.Revenue;
|
||||
}
|
||||
|
||||
if (fields.Contains(ItemFields.EndDate))
|
||||
{
|
||||
dto.EndDate = item.EndDate;
|
||||
}
|
||||
dto.EndDate = item.EndDate;
|
||||
|
||||
if (fields.Contains(ItemFields.HomePageUrl))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user