Skip to content

Commit

Permalink
Fixed:- lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Afzal84 committed Aug 22, 2024
1 parent 1444157 commit a8f8bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ws/viewer/src/lib/plugins/html/html.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export class HtmlComponent implements OnInit, OnChanges, OnDestroy {
// a.click()
// URL.revokeObjectURL(objectUrl)
// })
if (this.htmlContent &&
if (this.htmlContent &&
this.htmlContent.mimeType !== 'text/x-url' &&
this.htmlContent.mimeType !== 'video/x-youtube') {
// if (this.htmlContent.status === 'Live') {
Expand Down

0 comments on commit a8f8bad

Please sign in to comment.