Skip to content

Commit c0c7e20

Browse files
committed
Reverting from song list to app-playlist component
1 parent e8c2b36 commit c0c7e20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/radio/components/main/main.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<!-- <app-playlist></app-playlist> -->
2-
<p>{{songsList$ | async}}</p>
1+
<app-playlist></app-playlist>
2+
<!-- <p>{{songsList$ | async | json}}</p> -->
33
<app-player-page
44
[style.display]="showYtVideo ? '' : 'none'"
55
[youtubeId]="'rvhqsqmzm20'"

0 commit comments

Comments
 (0)