roll back codectype tomfoolery in rsp.c

This commit is contained in:
Ron Pedde 2006-07-19 05:21:45 +00:00
parent ca259e8e12
commit 1063187b27
1 changed files with 0 additions and 6 deletions

View File

@ -429,13 +429,7 @@ void rsp_playlist(WS_CONNINFO *pwsc, PRIVINFO *ppi) {
_ppi->log(E_DBG,"Transcode: %d, %s: %s\n",transcode,row[37],row[2]); _ppi->log(E_DBG,"Transcode: %d, %s: %s\n",transcode,row[37],row[2]);
while(rsp_fields[rowindex].name) { while(rsp_fields[rowindex].name) {
/* dummy up codectype for streaming radio */
if((strcmp(row[27],"1") == 0)&&(rowindex == 37)) {
xml_output(pxml,rsp_fields[rowindex].name,"mpeg");
} /* count on the fact that codectype is otherwise null */
if((rsp_fields[rowindex].flags & type) && if((rsp_fields[rowindex].flags & type) &&
(row[rowindex] && strlen(row[rowindex]))) { (row[rowindex] && strlen(row[rowindex]))) {
if(transcode) { if(transcode) {