Bugzilla – Bug 3714
move up/down in edit playlist flaky
Last modified: 2008-09-15 14:39:24 UTC
Can't get move up/down in EditPlaylist.pm (or through CLI) to behave reliably. Everything OK until changes are committed to DB and written to file, but the next "read" of the same info results in the tracks being in the old order. The DB and the m3u file get out of sync. d_sql makes it look as if a SELECT is performed when refreshing the display but it looks like it keeps the old track order as if the playlist tracks where cached somewhere in memory.
Fred - I'm not seeing any issues here.. Still a problem?
Fred?
Yes, it no longer behaves strangely now.