• Eric Wollesen's avatar
    Move db_get_song into sub-handlers. (FReq 2112) · c95fa4b4
    Eric Wollesen authored
    db_get_song was being called once for all sub-handlers, but with the
    addition of the find command, we don't have a URI coming in, so doing
    db_get_song once won't work anymore.
    
    [mk: fixed initialization order]
    c95fa4b4
command.c 47.3 KB