mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
Previously the save callback would be called when the replay buffer hotkey was pressed and not when the saving of the replay was finished. When the 'get_last_replay' procedure was called after the saved callback function, it would return the incorrect path, as the path would still be the previous path.