mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-29 23:12:39 +01:00
parent
71a19377d9
commit
750a9353f8
@ -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 New Issue
Block a user