2 Commits
1.2.2 ... 1.2.4

Author SHA1 Message Date
Torben Pi Jensen
d5b4cfefc3 Added playlist 2024-02-03 14:47:27 +01:00
Torben Pi Jensen
807cd568e1 Added playlist 2024-02-03 14:45:02 +01:00
2 changed files with 2 additions and 8 deletions

View File

@@ -27,12 +27,6 @@ export class Playlist {
}
}
export class PlaylistDescription {
public title: string;
public listener: string;
constructor(title: string, listener: string) {
this.title = title;
this.listener = listener;
constructor(public title: string, public listener: string) {
}
}

View File

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