Skip to content

Commit

Permalink
Update track.ts,
Browse files Browse the repository at this point in the history
  • Loading branch information
lordvlad authored Dec 28, 2024
1 parent adb202d commit c49e723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/mp3/track.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class Track implements Pick<ID3, "fileName" | "frames"> {
return data;
}
// FIXME fix typing
/* eslint-disable-next-line typescript-eslint/no-unsafe-type-assertion, typescript-eslint/consistent-type-assertions -- allow this for now, fix later */
/* eslint-disable-next-line @typescript-eslint/no-unsafe-type-assertion, @typescript-eslint/consistent-type-assertions -- allow this for now, fix later */
this.frames[id] = { data, id } as Frame;
return data
}
Expand Down

0 comments on commit c49e723

Please sign in to comment.