mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
LibWeb: Implement seeking for audio tracks
This commit is contained in:
committed by
Andreas Kling
parent
0c4b28faf3
commit
ff1606ffaf
@@ -28,6 +28,7 @@ private:
|
||||
|
||||
virtual void on_playing() override;
|
||||
virtual void on_paused() override;
|
||||
virtual void on_seek(double, MediaSeekMode) override;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user