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

View File

@ -28,7 +28,5 @@ export class Playlist {
} }
export class PlaylistDescription { export class PlaylistDescription {
constructor(public title: string, public listener: string) { constructor(public title: string, public listener: string) {
this.title = title;
this.listener = listener;
} }
} }

2
dist/dataTypes.js vendored
View File

@ -65,8 +65,6 @@ var PlaylistDescription = /** @class */ (function () {
function PlaylistDescription(title, listener) { function PlaylistDescription(title, listener) {
this.title = title; this.title = title;
this.listener = listener; this.listener = listener;
this.title = title;
this.listener = listener;
} }
return PlaylistDescription; return PlaylistDescription;
}()); }());

View File

@ -1,6 +1,6 @@
{ {
"name": "stuen-common", "name": "stuen-common",
"version": "1.2.3", "version": "1.2.4",
"main": "dist/common.js", "main": "dist/common.js",
"type": "commonjs", "type": "commonjs",
"types": "dist/common.d.ts", "types": "dist/common.d.ts",