From 4eb51a0b7a3a60c1bc65c28c5e663a2f3e9a23fd Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 21 May 2013 00:04:38 -0400 Subject: [PATCH] move audio image extraction back into library scan --- dashboard-ui/scripts/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 2a4766e77f..8c5b9e548d 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -720,7 +720,7 @@ var Dashboard = { if (pluginSecurityInfo.IsMBSupporter) { $('').insertBefore($('.btnTools', header)); } else { - $('').insertBefore($('.btnTools', header)); + $('').insertBefore($('.btnTools', header)); } }); }