Added playlist
This commit is contained in:
2
dist/dataTypes.js
vendored
2
dist/dataTypes.js
vendored
@@ -65,6 +65,8 @@ var PlaylistDescription = /** @class */ (function () {
|
||||
function PlaylistDescription(title, listener) {
|
||||
this.title = title;
|
||||
this.listener = listener;
|
||||
this.title = title;
|
||||
this.listener = listener;
|
||||
}
|
||||
return PlaylistDescription;
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user