mirror of
https://github.com/fiso64/slsk-batchdl.git
synced 2024-12-22 06:22:41 +00:00
Update Program.cs
This commit is contained in:
parent
15862444cc
commit
ae2b330891
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ static class Program
|
|||
MaxSampleRate = 96000,
|
||||
StrictTitle = true,
|
||||
StrictArtist = false,
|
||||
DangerWords = new string[] { "mix", "dj ", " edit", "cover", "official audio", "official music video", "(lyrics)" },
|
||||
DangerWords = new string[] { "mix", "dj ", " edit", "cover" },
|
||||
BannedUsers = { },
|
||||
AcceptNoLength = false,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue