cleanup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { MountedFs } from "../FileSystem/MountedFs";
|
||||
import { FileSystemSource, VirtualFile } from "../FileSystem/types";
|
||||
import { VirtualFile } from "../FileSystem/types";
|
||||
import { SoundboardContext } from "./types";
|
||||
|
||||
|
||||
@@ -145,10 +145,6 @@ export class MediaElementSoundNode extends SoundNode {
|
||||
return this._isPlaying;
|
||||
}
|
||||
|
||||
get currentTime() {
|
||||
return this.mediaElement!.currentTime;
|
||||
}
|
||||
|
||||
get duration() {
|
||||
return this.mediaElement!.duration;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user