More stuff
This commit is contained in:
Vendored
+2
-1
@@ -33,8 +33,9 @@ var Song = /** @class */ (function () {
|
||||
exports.Song = Song;
|
||||
var PlayingSong = /** @class */ (function (_super) {
|
||||
__extends(PlayingSong, _super);
|
||||
function PlayingSong(type, title, songId, image, position) {
|
||||
function PlayingSong(type, title, songId, image, length, position) {
|
||||
var _this = _super.call(this, type, title, songId, image) || this;
|
||||
_this.length = length;
|
||||
_this.position = position;
|
||||
return _this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user