by Ludek » Mon Nov 23, 2020 8:13 am
Thanks, seeing 2B77AAFF here from build 2274, user ID: david , so that's probably yours?
It seems to happen when Auto-DJ source is a large playlist, will be fixed in 2276 as
https://www.ventismedia.com/mantis/view.php?id=17123
EDIT: Workaround is to delete these two lines from /helpers/autoDJ.js
Code: Select all
ODS('autoDJ: tracks = ' + listGetCommaIDs(tracks));
ODS('autoDJ: accessible = ' + listGetCommaIDs(accessible));
Thanks, seeing 2B77AAFF here from build 2274, user ID: david , so that's probably yours?
It seems to happen when Auto-DJ source is a large playlist, will be fixed in 2276 as https://www.ventismedia.com/mantis/view.php?id=17123
EDIT: Workaround is to delete these two lines from /helpers/autoDJ.js
[code] ODS('autoDJ: tracks = ' + listGetCommaIDs(tracks));
ODS('autoDJ: accessible = ' + listGetCommaIDs(accessible));[/code]