diff --git a/src/app/components/stream/status/status-translate/status-translate.component.ts b/src/app/components/stream/status/status-translate/status-translate.component.ts index 87d55804..f2143c9b 100644 --- a/src/app/components/stream/status/status-translate/status-translate.component.ts +++ b/src/app/components/stream/status/status-translate/status-translate.component.ts @@ -64,6 +64,7 @@ export class StatusTranslateComponent implements OnInit, OnDestroy { .then(canTranslate => { if (canTranslate && !this.status.isRemote + && this.status.status.language && this.configuredLanguages.length > 0 && this.configuredLanguages.findIndex(x => x.iso639 === this.status.status.language) === -1) {