Common stuff initial

This commit is contained in:
Torben Pi Jensen
2023-11-05 15:27:38 +01:00
parent f6790de669
commit 1e98cc84d5
3 changed files with 6 additions and 5 deletions
+1
View File
@@ -3,6 +3,7 @@ exports.__esModule = true;
exports.SongType = exports.Song = void 0;
var Song = /** @class */ (function () {
function Song(type, title, url, image, length) {
if (length === void 0) { length = null; }
this.type = type;
this.title = title;
this.url = url;