Autoplaylists-for-Google-Music
Autoplaylists-for-Google-Music copied to clipboard
deleting a linked static playlist while the extension is not running causes issues
The symptoms for this aren't too bad: the rules linking the deleted playlist will start selecting 0 tracks, and will be set to another playlist when opened. To recover, just delete the affected rules manually.
I think the way to prevent this is to prune all nonexistent ids from rules on each startup. After that, the diff-based way should be fine.
https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/97 should let us detect deletions while we're not running.