0.3.49
This commit is contained in:
@@ -23,6 +23,10 @@ type Row struct {
|
||||
Title string `json:"title"`
|
||||
Kind string `json:"kind"`
|
||||
Items []json.RawMessage `json:"items"`
|
||||
// Layout is an operator-pinned card shape ("poster" or "thumb") from the section
|
||||
// definitions, or empty to leave the client's automatic choice alone. It is stamped
|
||||
// onto the finished rows by applyRowLayoutOverrides.
|
||||
Layout string `json:"layout,omitempty"`
|
||||
}
|
||||
|
||||
// Source is the slice of the Emby client this package needs, narrowed so tests can
|
||||
|
||||
Reference in New Issue
Block a user