15 Aug
2007
15 Aug
'07
19:27
Hi again
Tracking it down, I think that in songdb.py, line 335, it should be
return resulthash.keys()
instead of
return resulthash.values()
This solves the problem for me.
I'm not totally sure why this works ;-)
Because like that it returns references to the songs instead of the database id? I just copied the approach from the function below that after seeing that I just got a list of strings here...
Anyway, I checked in a different fix which prevents the corresponding code path, which yet has to be ported to the new playlist code, from being called in the first place.
Updated, and the current revision works for me. Thanks -kurt