mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-23 14:41:27 +00:00
parent
71a19377d9
commit
750a9353f8
1 changed files with 12 additions and 5 deletions
|
@ -7,12 +7,19 @@ namespace NzbDrone.Core.MediaFiles
|
|||
{
|
||||
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