mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-24 22:25:56 -05:00
db: add missing field "virtual_path" in struct db_playlist_info (fixes
segfault when loading playlists)
This commit is contained in:
parent
6f7d9f5b44
commit
795926605d
2
src/db.c
2
src/db.c
@ -239,7 +239,7 @@ static const ssize_t dbpli_cols_map[] =
|
||||
dbpli_offsetof(path),
|
||||
dbpli_offsetof(index),
|
||||
dbpli_offsetof(special_id),
|
||||
dbmfi_offsetof(virtual_path),
|
||||
dbpli_offsetof(virtual_path),
|
||||
|
||||
/* items is computed on the fly */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user