Make adding multiple albums from an artist work in the services. This was not possibl...
commit26537be3c8b0977147f21f029e1201e5cc9fa66e
authornhnielsen <nhnielsen@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Fri, 19 Oct 2007 12:01:54 +0000 (19 12:01 +0000)
committernhnielsen <nhnielsen@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Fri, 19 Oct 2007 12:01:54 +0000 (19 12:01 +0000)
tree307cacd80bc6a2de160a12899d3493047f765ab2
parentd8512b9ed4b0af587b166573b9899b229403cc8b
Make adding multiple albums from an artist work in the services. This was not possible for several reasons. First of all, the addMatch( AlbumPtr ) function is never called for some reason, messing
up some internal logic, and secondly, the startTrackQuery function is called _after_ the setMatch functions (Which I had expected to be the other way around). It works now, but nicely illustrates
another problem with sorting tracks by track number when inserted into the playlist.

git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/extragear/multimedia/amarok@726994 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
src/servicebrowser/ServiceSqlRegistry.cpp
src/servicebrowser/servicesqlquerymaker.cpp