Added playlist
This commit is contained in:
+1
-5
@@ -27,11 +27,7 @@ export class Playlist {
|
||||
}
|
||||
}
|
||||
export class PlaylistDescription {
|
||||
public title: string;
|
||||
|
||||
public listener: string;
|
||||
|
||||
constructor(title: string, listener: string) {
|
||||
constructor(public title: string, public listener: string) {
|
||||
this.title = title;
|
||||
this.listener = listener;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user