From c2ae17e6352871ee957eceab49fe1d855789bf74 Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Thu, 29 Jun 2006 05:25:24 +0000 Subject: [PATCH] Add type and disabled to all browse returns --- src/plugins/rsp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 },