5 Commits
1.2.2 ... 1.2.6

Author SHA1 Message Date
Torben Pi Jensen
343126bee3 Fix? 2024-02-03 15:40:38 +01:00
Torben Pi Jensen
588c778122 Fix? 2024-02-03 15:37:46 +01:00
Torben Pi Jensen
2ec9585c74 Fix? 2024-02-03 15:37:38 +01:00
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 { export class PlaylistDescription {
public title: string; constructor(public title: string, public listener: string) {
public listener: string;
constructor(title: string, listener: string) {
this.title = title;
this.listener = listener;
} }
} }

View File

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