mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-26 14:13:18 -05:00
Add type and disabled to all browse returns
This commit is contained in:
parent
f5012295e8
commit
c2ae17e635
@ -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 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user