This commit is contained in:
ponzischeme89
2026-08-28 23:00:02 +12:00
parent 3e89036f7b
commit d5632e844a
66 changed files with 2870 additions and 689 deletions
+4
View File
@@ -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