diff --git a/client/src/app/components/rdio-scanner/rdio-scanner.component.ts b/client/src/app/components/rdio-scanner/rdio-scanner.component.ts index 6271ed2..38337d2 100644 --- a/client/src/app/components/rdio-scanner/rdio-scanner.component.ts +++ b/client/src/app/components/rdio-scanner/rdio-scanner.component.ts @@ -877,7 +877,9 @@ export class AppRdioScannerComponent implements AfterViewInit, OnDestroy { } else { this.callError = ''; - this.callFrequency = typeof this.call.frequency === 'number' ? this.formatFrequency(this.call.frequency) : ''; + this.callFrequency = typeof this.call.frequency === 'number' + ? this.formatFrequency(this.call.frequency) + : this.call.audioName?.replace(/\..+$/, '') || ''; this.callSpike = ''; }