[PR #208] [MERGED] Kick host API fix and live channel search #210

Closed
opened 2026-03-02 04:00:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eerimoq/moblin/pull/208
Author: @id3adeye
Created: 1/6/2026
Status: Merged
Merged: 1/6/2026
Merged by: @eerimoq

Base: mainHead: newkick


📝 Commits (2)

📊 Changes

4 files changed (+97 additions, -34 deletions)

View changed files

📝 Moblin/StreamingPlatforms/Kick/KickApi.swift (+50 -2)
📝 Moblin/Various/Model/Model.swift (+1 -0)
📝 Moblin/Various/Model/ModelKick.swift (+10 -0)
📝 Moblin/View/ControlBar/QuickButton/Chat/QuickButtonChatModerationView.swift (+36 -32)

📄 Description

Kick Host API Fix

Problem: Host command failed with a “user does not exist” error
Cause: Kick’s API requires the display name (e.g. Capp), not the slug (capp) case-sensitive
Fix: Updated all call sites to use the username instead of the slug

Search View Update

Updated to match Twitch behavior


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/eerimoq/moblin/pull/208 **Author:** [@id3adeye](https://github.com/id3adeye) **Created:** 1/6/2026 **Status:** ✅ Merged **Merged:** 1/6/2026 **Merged by:** [@eerimoq](https://github.com/eerimoq) **Base:** `main` ← **Head:** `newkick` --- ### 📝 Commits (2) - [`69856e0`](https://github.com/eerimoq/moblin/commit/69856e06f9a27608b00406542ad1746704acd9b8) Kick host API fix and live channel search - [`a2b7c8b`](https://github.com/eerimoq/moblin/commit/a2b7c8b6a48eb653f93b917d4de4111a9a98f330) stylee ### 📊 Changes **4 files changed** (+97 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `Moblin/StreamingPlatforms/Kick/KickApi.swift` (+50 -2) 📝 `Moblin/Various/Model/Model.swift` (+1 -0) 📝 `Moblin/Various/Model/ModelKick.swift` (+10 -0) 📝 `Moblin/View/ControlBar/QuickButton/Chat/QuickButtonChatModerationView.swift` (+36 -32) </details> ### 📄 Description Kick Host API Fix Problem: Host command failed with a “user does not exist” error Cause: Kick’s API requires the display name (e.g. Capp), not the slug (capp) case-sensitive Fix: Updated all call sites to use the username instead of the slug Search View Update Updated to match Twitch behavior --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:00:45 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/moblin#210
No description provided.