mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-14 11:26:26 +00:00
Empty commit
This commit is contained in:
parent
678e6b0f9d
commit
5198c7c3da
@ -356,7 +356,7 @@
|
||||
foreach($FileList as $File) {
|
||||
list($Size, $Name) = $File;
|
||||
// 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'";
|
||||
}
|
||||
// add +cue to encoding
|
||||
|
Loading…
Reference in New Issue
Block a user