libsaria: Save idl_task to filename

This was hardcoded to "queue.q"

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

View File

@ -47,7 +47,7 @@ namespace libsaria
void Playlist::do_save()
{
OutFile out("queue.q");
OutFile out(filename);
list<Track *>::iterator it;
out << plist.size() << "\n";