Skip to content

Commit

Permalink
Merge pull request #186 from Aquafina-water-bottle/fix_jpod_duration_ff
Browse files Browse the repository at this point in the history
  • Loading branch information
djahandarie authored Jul 8, 2023
2 parents e855d52 + 1ad09c4 commit c437897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/js/media/audio-system.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class AudioSystem extends EventDispatcher {
const duration = audio.duration;
return (
duration !== 5.694694 && // Invalid audio (Chrome)
duration !== 5.720718 // Invalid audio (Firefox)
duration !== 5.651111 // Invalid audio (Firefox)
);
}
default:
Expand Down

0 comments on commit c437897

Please sign in to comment.