mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-06 08:28:37 +01:00
parent
71a19377d9
commit
750a9353f8
1 changed files with 12 additions and 5 deletions
|
|
@ -7,12 +7,19 @@ internal static class FileExtensions
|
|||
{
|
||||
private static List<string> _archiveExtensions = new List<string>
|
||||
{
|
||||
".rar",
|
||||
".r00",
|
||||
".zip",
|
||||
".tar",
|
||||
".7z",
|
||||
".bz2",
|
||||
".gz",
|
||||
".tar.gz"
|
||||
".r00",
|
||||
".rar",
|
||||
".tar.bz2",
|
||||
".tar.gz",
|
||||
".tar",
|
||||
".tb2",
|
||||
".tbz2",
|
||||
".tgz",
|
||||
".zip",
|
||||
".zipx"
|
||||
};
|
||||
|
||||
private static List<string> _executableExtensions = new List<string>
|
||||
|
|
|
|||
Loading…
Reference in a new issue