API uses "playback", not "playbook"

This commit is contained in:
Frank W
2026-05-15 13:45:54 +02:00
committed by Tobias Gesellchen
parent 5ba0776787
commit 996faa0578
9 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ go run main.go 192.168.1.100
🎯 Using generic ContentItem selection...
Content: K-LOVE Radio
Source: TUNEIN
Location: /v1/playbook/station/s33828
Location: /v1/playback/station/s33828
✅ Successfully selected content using ContentItem
✅ Content selection demo completed!
+1 -1
View File
@@ -209,7 +209,7 @@ func demoGenericContentItem(c *client.Client) error {
contentItem := &models.ContentItem{
Source: "TUNEIN",
Type: "stationurl",
Location: "/v1/playbook/station/s33828", // K-LOVE Radio
Location: "/v1/playback/station/s33828", // K-LOVE Radio
SourceAccount: "",
IsPresetable: true,
ItemName: "K-LOVE Radio",