Database entry now shows serial
This commit is contained in:
parent
c1273d33c0
commit
010d75f700
|
@ -1374,6 +1374,15 @@ static int menu_displaylist_parse_database_entry(menu_displaylist_info_t *info)
|
||||||
db_info_entry->cero_rating, info->path, info->list) == -1)
|
db_info_entry->cero_rating, info->path, info->list) == -1)
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (db_info_entry->serial)
|
||||||
|
{
|
||||||
|
if (create_string_list_rdb_entry_string("Serial",
|
||||||
|
"Serial",
|
||||||
|
db_info_entry->serial, info->path, info->list) == -1)
|
||||||
|
goto error;
|
||||||
|
}
|
||||||
|
|
||||||
snprintf(tmp, sizeof(tmp),
|
snprintf(tmp, sizeof(tmp),
|
||||||
"%s : %s",
|
"%s : %s",
|
||||||
"Analog supported",
|
"Analog supported",
|
||||||
|
|
Loading…
Reference in New Issue