Search fns need id's
Status: Alpha
Brought to you by:
djmax
The search functions currently return only a title. This
is fine for artist,genre type stuff, but not optimal for
album, song, playlist search since duplicates are thus
not allowed. The code needs to be modified to return
the id as well as the title, this isn't super trivial because
of the way the TcpServer works...
Logged In: YES
user_id=87489
Added struct handling to WafTcp and modified search
functions.