Added playlist

This commit is contained in:
Torben Pi Jensen
2024-02-03 14:45:02 +01:00
parent 04253f753a
commit 807cd568e1
3 changed files with 4 additions and 6 deletions

2
dist/dataTypes.js vendored
View File

@@ -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;
}());