mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-17 14:31:58 +01:00
feat: more commands
This commit is contained in:
@@ -26,6 +26,7 @@ export const CurrentlyPlayingBar: React.FC = () => {
|
||||
playVideo,
|
||||
setCurrentlyPlayingState,
|
||||
stopPlayback,
|
||||
setVolume,
|
||||
setIsPlaying,
|
||||
isPlaying,
|
||||
videoRef,
|
||||
@@ -202,6 +203,9 @@ export const CurrentlyPlayingBar: React.FC = () => {
|
||||
setIsPlaying(false);
|
||||
}
|
||||
}}
|
||||
onVolumeChange={(e) => {
|
||||
setVolume(e.volume);
|
||||
}}
|
||||
progressUpdateInterval={2000}
|
||||
onError={(e) => {
|
||||
console.log(e);
|
||||
|
||||
Reference in New Issue
Block a user