aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_vector.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-13playlist_vector: require database lock for all functionsMax Kellermann1-0/+8
2012-02-13playlist_vector: add new playlist to the end of the listMax Kellermann1-1/+1
Avoid reversing the order after every update.
2012-02-12playlist_vector: use the list_head libraryMax Kellermann1-37/+18
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-09-07playlist_vector: update_or_add() returns boolMax Kellermann1-1/+6
False if the vector was not modified.
2010-07-21update: store playlist files in databaseMax Kellermann1-0/+120
Don't open the music directory for each "lsinfo" call. Get the list of playlist files from the memory database.