Common stuff initial
This commit is contained in:
Vendored
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user