Empty commit

This commit is contained in:
Git 2012-02-12 08:00:20 +00:00
parent 678e6b0f9d
commit 5198c7c3da

View File

@ -356,7 +356,7 @@
foreach($FileList as $File) { foreach($FileList as $File) {
list($Size, $Name) = $File; list($Size, $Name) = $File;
// add +log to encoding // add +log to encoding
if($T['Encoding'] == "'Lossless'" && preg_match('/\.log$/i', $Name)) { if($T['Encoding'] == "'Lossless'" && preg_match('/(?<!audiochecker)\.log$/i', $Name)) {
$HasLog = "'1'"; $HasLog = "'1'";
} }
// add +cue to encoding // add +cue to encoding