Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit 165ae7c

Browse files
HDRSoMuchForSubtlety
authored andcommitted
Add 2022 Season dropdown (#205)
1 parent 066ac13 commit 165ae7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/ui/state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func NewUI(cfg config.Config, version string) *UIState {
127127

128128
appendNodes(root,
129129
ui.pageNode(f1tv.PAGE_HOMEPAGE, "Homepage"),
130-
ui.pageNode(f1tv.PAGE_SEASON_20201, "2021 Season"),
130+
ui.pageNode(f1tv.PAGE_SEASON_2022, "2022 Season"),
131131
ui.pageNode(f1tv.PAGE_ARCHIVE, "Archive"),
132132
ui.pageNode(f1tv.PAGE_DOCUMENTARIES, "Documentaries"),
133133
ui.pageNode(f1tv.PAGE_SHOWS, "Shows"),

pkg/f1tv/v2/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const (
3939
PAGE_ARCHIVE PageID = 493
4040
PAGE_SHOWS PageID = 410
4141
PAGE_DOCUMENTARIES PageID = 413
42-
PAGE_SEASON_20201 PageID = 1510
42+
PAGE_SEASON_2022 PageID = 4319
4343

4444
VIDEO ContentType = "VIDEO"
4545
BUNDLE ContentType = "BUNDLE"

0 commit comments

Comments
 (0)