libsaria: Always load the library first

Other playlists need this, so it makes sense to queue this up first.

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-02-24 09:36:14 -05:00
parent 3472aec5bf
commit 4ee79d8385
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace libsaria
void library::load()
{
IOTask *task = new IOTask(do_load);
task->queue();
task->queue_front();
}
void library::save()