Skip to content

Commit

Permalink
fix(StreamState): change LOADING state name to INITIALIZING
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Change a StreamState enum name
  • Loading branch information
MathieuPOUX committed Sep 25, 2024
1 parent c13cccf commit c3bc7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metadata/StreamMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export enum StreamState {
UNKNOWN = '',
ONLINE = 'Stream is online',
OFFLINE = 'Stream is offline',
LOADING = 'Stream is initializing',
INITIALIZING = 'Stream is initializing',
BOOTING = 'Stream is booting',
WAITING = 'Stream is waiting for data'
}
Expand Down

0 comments on commit c3bc7ba

Please sign in to comment.