warning
{{ getDiagnosticTitleKey(issue) | translate }}
{{ diagnosticHeadlineKey() | translate }}
{{ getDiagnosticDescriptionKey(issue) | translate }}
@if (getDiagnosticMeta(issue); as meta) {
{{ meta }}
}
@if (getDiagnosticCodecHint(issue); as codecHint) {
{{
'PLAYBACK_DIAGNOSTICS.CODEC_HINT'
| translate: { codecs: codecHint }
}}
}
@if (canShowExternalFallbackActions()) {
}
expand_more
{{ 'PLAYBACK_DIAGNOSTICS.DETAILS_SUMMARY' | translate }}
@for (
detail of getDiagnosticDetails(issue);
track detail.labelKey
) {
- {{ detail.labelKey | translate }}
- {{ detail.value }}
}