Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Playlist : fix crash if legacy code fails to load
fixes #613 if Playlist::load(...) triggers legacy code when trying to load a playlist, it creates a temporary Playlist that is destroyed on failure, thus sets __instance = 0. In that case the previous __instance must be set back.
- Loading branch information