Commit Graph

5 Commits

Author SHA1 Message Date
César Enrique García Dabó
05f3cdf296 Fix deep diff comparison of GObjects 2022-07-20 18:27:17 +02:00
Matt Corallo
e8913d552d Fix Playlist song list updating
When updating the song list in a playlist, we get a list of additions and
removals (in the form of table indexes) to do. We then need to do the removals
first to avoid invalidating the table indexes. The previous code did the
additions first, causing exceptions and bogus songs left in the UI.
2022-04-11 21:09:47 +00:00
Sumner Evans
08f4224014 Closes #276: util.esc -> bleach.clean
Deprecates util.esc and replaces it with bleach.clean
which is way more featureful and stable
2021-04-17 10:22:26 -06:00
Sumner Evans
42c807daa4 Fix package name references 2020-09-22 11:00:09 -06:00
Sumner Evans
aec54f8a1d Rename package 2020-09-19 09:52:28 -06:00