libsaria: Get library size from the library playlist

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-02-20 09:22:47 -05:00
parent 8af182fac9
commit 8069144e87
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ namespace libsaria
{
if (index::is_filtered() == true)
return index::size();
return track_list.size();
return lib_playlist.size();
}
Track *library::get_info(sid_t &songid)