Prevent loading for ever in web builds in live chat (#3449)
This commit is contained in:
@@ -85,6 +85,7 @@ export default defineComponent({
|
||||
if (!process.env.IS_ELECTRON) {
|
||||
this.hasError = true
|
||||
this.errorMessage = this.$t('Video["Live Chat is currently not supported in this build."]')
|
||||
this.isLoading = false
|
||||
} else {
|
||||
switch (this.backendPreference) {
|
||||
case 'local':
|
||||
|
||||
Reference in New Issue
Block a user