0.2.67 - Detail pages improvements
This commit is contained in:
@@ -12,9 +12,11 @@ import (
|
||||
"github.com/ponzischeme89/memby/server/internal/store"
|
||||
)
|
||||
|
||||
// fieldsRelated adds Studios to the detail set: the explanation layer names the studio a
|
||||
// viewer keeps returning to, and Emby omits it unless asked.
|
||||
const fieldsRelated = fieldsDetail + ",Studios"
|
||||
// fieldsRelated is the detail set. It once added Studios on its own account — the
|
||||
// explanation layer names the studio a viewer keeps returning to — and the Details tab has
|
||||
// since put Studios in [fieldsDetail] for everybody. Kept as its own name so the
|
||||
// explanation layer's requirement stays stated rather than depending on another feature.
|
||||
const fieldsRelated = fieldsDetail
|
||||
|
||||
// relatedResponse is what the detail page renders: a strip of short reasons under the
|
||||
// description, and the carousel beneath the page.
|
||||
|
||||
Reference in New Issue
Block a user