Skip to content

Commit 29aca5e

Browse files
author
billy clark
committed
Merge branch 'hotfix-for-audio-widget'
2 parents 6581253 + 63a9ce5 commit 29aca5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/angular-app/bellows/core/utility.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class UtilityService {
2424
}
2525

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

0 commit comments

Comments
 (0)