support audio sync transcoding

This commit is contained in:
Luke Pulverenti 2015-01-02 00:36:27 -05:00
parent 25a2d421dc
commit ea885c45c9
24 changed files with 151 additions and 149 deletions

View file

@ -156,7 +156,7 @@
var value = providerIds[idInfo.Key] || '';
html += '<input class="txtExternalId" value="' + value + '" data-providerkey="' + idInfo.Key + '" data-formatstring="' + formatString + '" data-buttonclass="' + buttonId + '" id="' + id + '" data-mini="true" />';
html += '<input class="txtExternalId" value="' + value + '" data-providerkey="' + idInfo.Key + '" data-formatstring="' + formatString + '" data-buttonclass="' + buttonId + '" id="' + id + '" />';
html += '</div>';