0.2.67 - Detail pages improvements
This commit is contained in:
@@ -32,7 +32,12 @@ const (
|
||||
// Status is a series' production state ("Continuing"/"Ended"). The television needs it
|
||||
// to decide whether it is estimating a finish or a catch-up, and the detail call is
|
||||
// where a field like this belongs — adding it to a home query is a startup cost.
|
||||
fieldsDetail = "Overview,Genres,MediaStreams,People,ProductionYear,OfficialRating,CommunityRating,RunTimeTicks,SeriesId,SeriesName,Status,ParentIndexNumber,IndexNumber,PrimaryImageAspectRatio,CollectionName"
|
||||
//
|
||||
// Studios, Taglines, PremiereDate, OriginalTitle and ProductionLocations are the Details
|
||||
// tab's vocabulary and are read nowhere else. They belong here for the same reason: this
|
||||
// call is made once, after D-pad focus has settled on a card, and every one of them
|
||||
// would be a per-card cost on a home row.
|
||||
fieldsDetail = "Overview,Taglines,Genres,MediaStreams,People,Studios,ProductionYear,PremiereDate,OriginalTitle,ProductionLocations,OfficialRating,CommunityRating,RunTimeTicks,SeriesId,SeriesName,Status,ParentIndexNumber,IndexNumber,PrimaryImageAspectRatio,CollectionName"
|
||||
fieldsScreensaver = "Overview,Taglines,Genres,ProductionYear,CommunityRating,Studios,OfficialRating,RunTimeTicks"
|
||||
|
||||
rowImageTypes = "Backdrop,Primary,Logo"
|
||||
|
||||
Reference in New Issue
Block a user