That sequence would sort by author within title. Since titles are probably not being duplicated then you would end up sorted by title. This is what you say is happening so it seems to be working as expected.
If you want the books to be sorted by title within an author (which makes more sense to me) you should sort on title first, and then on author.
|