Skip to content

Commit b2f872f

Browse files
authored
Merge pull request #82 from playola-radio/briankeane/streaming-player
Add AVPlayer-based streaming player
2 parents dc60019 + 03e2ce3 commit b2f872f

14 files changed

Lines changed: 1951 additions & 208 deletions

CLAUDE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@
2828
## Type Usage
2929
- Model types should conform to Codable, Sendable, Equatable & Hashable
3030
- Use strong typing and avoid optionals where possible
31-
- Use proper access control (public, internal, private)
31+
- Use proper access control (public, internal, private)
32+
33+
## PR Review Comments
34+
- After addressing a PR review comment, add a 👍 reaction to it via `gh api /repos/{owner}/{repo}/pulls/comments/{id}/reactions -f content='+1'`
35+
- For PR-level comments, use `gh api /repos/{owner}/{repo}/issues/comments/{id}/reactions -f content='+1'`

0 commit comments

Comments
 (0)