Can not add tracks to AutoDJ
Bug #638159 reported by
jus
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
High
|
RJ Skerry-Ryan | ||
1.8 |
Fix Released
|
High
|
RJ Skerry-Ryan |
Bug Description
Tested on Mac OSX with latest trunk
Regression: Drag and drop to AutoDJ does not work.
"Add to AutoDJ queue" context menue does nothing.
Related branches
lp://staging/mixxx/1.8
(Merged)
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
My first hunch is that this is the new fs_deleted flag. The tables select() before the library scanner has marked the tracks as not fs_deleted, so they are blank. Another part of this bug is that the first crates and playlists are blank until you re-click on them in the sidebar (causing another select()). The AutoDJ pane doesn't re-select when you click on it so that is why it is staying blank.