Add type and disabled to all browse returns

This commit is contained in:
Ron Pedde 2006-06-29 05:25:24 +00:00
parent f5012295e8
commit c2ae17e635

View File

@ -107,7 +107,7 @@ FIELDSPEC rsp_fields[] = {
{ "album" , 11, T_STRING },
{ "genre" , 9, T_STRING },
{ "comment" , 9, T_STRING },
{ "type" , 9, T_STRING },
{ "type" , 15, T_STRING },
{ "composer" , 9, T_STRING },
{ "orchestra" , 9, T_STRING },
{ "conductor" , 9, T_STRING },
@ -133,7 +133,7 @@ FIELDSPEC rsp_fields[] = {
{ "time_modified", 9, T_DATE },
{ "time_played" , 9, T_DATE },
{ "db_timestamp" , 8, T_DATE },
{ "disabled" , 9, T_INT },
{ "disabled" , 15, T_INT },
{ "sample_count" , 8, T_INT },
{ "force_update" , 8, T_INT },
{ "codectype" , 15, T_INT },