Skip to content

Commit

Permalink
audio-manager: Add missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyhale committed Jun 5, 2024
1 parent 3070f86 commit f591214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/audio-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ export class AudioManager {
*
* @note Obtain the playId from the play() method.
* @see play
*/
stop(playId: number) {
this._playerCache.forEach((player) => {
if (player.playId === playId) {
Expand Down

0 comments on commit f591214

Please sign in to comment.