Add playlists

This commit is contained in:
Myx
2025-03-21 23:00:06 +01:00
committed by Myx
parent b5658ce37f
commit 50a69c9598
14 changed files with 418 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ export class ChartSidebarComponent implements OnInit {
private renderer: Renderer2,
private searchService: SearchService,
private downloadService: DownloadService,
public settingsService: SettingsService
public settingsService: SettingsService,
) { }
ngOnInit() {