libsaria: Library shouldn't drain

I wonder how this got changed...

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-03-25 10:09:06 -04:00
parent 4116cd3ed2
commit 5f7e5890c8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ using namespace std;
static unsigned int next_id = 0;
static list<struct libsaria::library::Path> path_list;
static list<libsaria::library::Driver *> driver_list;
libsaria::Set lib_playlist("Library", PL_STATIC);
libsaria::Set lib_playlist("Library", PL_STATIC | PL_NO_DRAIN);
void notify_path_updated(libsaria::library::Path *path)
{