Skip to content

Commit

Permalink
fix(types): MetadataTimedReceived payload type
Browse files Browse the repository at this point in the history
  • Loading branch information
puckey committed Oct 3, 2023
1 parent 02ce6f7 commit 8e8c030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/events/EventPayloadByEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export type EventPayloadByEvent = {
[Event.RemoteDislike]: never;
[Event.RemoteBookmark]: never;
[Event.MetadataChapterReceived]: AudioCommonMetadataReceivedEvent[];
[Event.MetadataTimedReceived]: AudioCommonMetadataReceivedEvent;
[Event.MetadataTimedReceived]: AudioCommonMetadataReceivedEvent[];
[Event.MetadataCommonReceived]: AudioCommonMetadataReceivedEvent[];
};

Expand Down

0 comments on commit 8e8c030

Please sign in to comment.