Added playlist

This commit is contained in:
Torben Pi Jensen
2024-02-03 14:47:27 +01:00
parent 807cd568e1
commit d5b4cfefc3
3 changed files with 1 additions and 5 deletions
-2
View File
@@ -28,7 +28,5 @@ export class Playlist {
}
export class PlaylistDescription {
constructor(public title: string, public listener: string) {
this.title = title;
this.listener = listener;
}
}