diff --git a/src/plugins/rsp.c b/src/plugins/rsp.c index 99d910ca..6d123e93 100644 --- a/src/plugins/rsp.c +++ b/src/plugins/rsp.c @@ -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 },