mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-30 09:01:59 -05:00
The new Scene Collection code uses the lazy creation behaviour of OBSBasic::Load, which itself uses obs_data_create_from_json_file_safe. The internal implementation will create a new scene collection with the contents of an existing backup file with the same name however, thus users would end up with a nominally "new" scene collection that contains contents of an old backup. This update will remove any existing backup file colliding with the name of the new, duplicated, or renamed, scene collection and remove it before activating it (and having OBSBasic::Load create a new one).
22 KiB
22 KiB