mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-04-20 07:44:42 +01:00
fix: play states working
This commit is contained in:
@@ -155,12 +155,12 @@ export default function page() {
|
||||
const { currentTime, duration, isBuffering, isPlaying } =
|
||||
data.nativeEvent;
|
||||
|
||||
console.log("onProgress ~", {
|
||||
currentTime,
|
||||
duration,
|
||||
isBuffering,
|
||||
isPlaying,
|
||||
});
|
||||
// console.log("onProgress ~", {
|
||||
// currentTime,
|
||||
// duration,
|
||||
// isBuffering,
|
||||
// isPlaying,
|
||||
// });
|
||||
|
||||
progress.value = currentTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user