fix: reload video with new source while preserving playback position

This commit is contained in:
zimplexing
2025-07-25 13:58:26 +08:00
parent 9cbd23c36a
commit 75d7f675f7
2 changed files with 14 additions and 3 deletions

View File

@@ -254,7 +254,6 @@ const usePlayerStore = create<PlayerState>((set, get) => ({
...existingRecord,
...updates,
});
console.log("Play record saved")
}
},