Skip to content

Commit

Permalink
Merge branch 'hotfix-for-audio-widget'
Browse files Browse the repository at this point in the history
  • Loading branch information
billy clark committed Nov 17, 2022
2 parents 6581253 + 63a9ce5 commit 29aca5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/angular-app/bellows/core/utility.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class UtilityService {
}

static isAudio(tag: string): boolean {
const tagAudioPattern = /^\w{2,3}-Zxxx-x(-\w{2,3})*-[aA][uU][dD][iI][oO]$/;
const tagAudioPattern = /^\w{2,3}-Zxxx-x-.*[aA][uU][dD][iI][oO]$/;
return tagAudioPattern.test(tag);
}

Expand Down

0 comments on commit 29aca5e

Please sign in to comment.