mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-14 00:10:10 -04:00
Disable wma voice pending further debugging.
This commit is contained in:
parent
1fc3d376fc
commit
b36c4a12d6
@ -90,7 +90,7 @@ PLUGIN_INFO _pi = {
|
|||||||
NULL, /* event fns */
|
NULL, /* event fns */
|
||||||
&_ptfn, /* fns */
|
&_ptfn, /* fns */
|
||||||
NULL, /* rend info */
|
NULL, /* rend info */
|
||||||
"wma,wmal,wmap,wmav" /* codeclist */
|
"wma,wmal,wmap" /* codeclist */
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -289,7 +289,7 @@ int ssc_wma_read(void *vp, char *buffer, int len) {
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
_ppi->log(E_DBG,"Read %d bytes\n",handle->data_len);
|
// _ppi->log(E_SPAM,"Read %d bytes\n",handle->data_len);
|
||||||
|
|
||||||
bytes_returned = handle->data_len;
|
bytes_returned = handle->data_len;
|
||||||
if(bytes_returned > len)
|
if(bytes_returned > len)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user