db: add missing field "virtual_path" in struct db_playlist_info (fixes

segfault when loading playlists)
This commit is contained in:
chme
2015-02-23 20:49:53 +01:00
parent 6f7d9f5b44
commit 795926605d
2 changed files with 2 additions and 1 deletions

View File

@@ -194,6 +194,7 @@ struct db_playlist_info {
char *path;
char *index;
char *special_id;
char *virtual_path;
};
#define dbpli_offsetof(field) offsetof(struct db_playlist_info, field)