Skip to content

Commit

Permalink
Fix the group/track header. (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated authored Jul 24, 2024
1 parent 5158564 commit 0cf59b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/transport/objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ export { Reader, Writer }

export enum StreamType {
Object = 0x0,
Group = 0x50,
Track = 0x51,
Track = 0x50,
Group = 0x51,
}

export interface TrackHeader {
Expand Down

0 comments on commit 0cf59b1

Please sign in to comment.