mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-25 20:16:14 -05:00
Rename "queue_item.item_id" to "queue_item.id"
This commit is contained in:
4
src/db.h
4
src/db.h
@@ -376,9 +376,9 @@ struct directory_enum {
|
||||
|
||||
struct db_queue_item
|
||||
{
|
||||
/* Item-Id is a unique id for this queue item. If the same item appears multiple
|
||||
/* A unique id for this queue item. If the same item appears multiple
|
||||
times in the queue each corresponding queue item has its own id. */
|
||||
uint32_t item_id;
|
||||
uint32_t id;
|
||||
|
||||
/* Id of the file/item in the files database */
|
||||
uint32_t file_id;
|
||||
|
||||
Reference in New Issue
Block a user