mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-18 02:30:55 +03:00
Player compilation error fixed
removed debug statements in player component
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div *ngIf="playlist.length > 0; else loading">
|
||||
<div *ngIf="playlist.length > 0">
|
||||
<div [ngClass]="(type === 'audio') ? null : 'container-video'" class="container">
|
||||
<div class="row">
|
||||
<div [ngClass]="(type === 'audio') ? 'my-2 px-1' : null" class="col px-1">
|
||||
|
||||
Reference in New Issue
Block a user