exports
This commit is contained in:
parent
6605cc9f6f
commit
0a173d73c9
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
import Player from "../Player";
|
||||
|
||||
class Playlist {
|
||||
export class Playlist {
|
||||
player: Player;
|
||||
|
||||
|
||||
constructor(player: Player, data: any) {
|
||||
Object.defineProperty(this, "player", { value: player });
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue