New: Add additional archive exentions

Closes #7191
zipx
Mark McDowall 6 months ago
parent a9072ac460
commit cc1582dff4

@ -7,12 +7,19 @@ namespace NzbDrone.Core.MediaFiles
{
private static List<string> _archiveExtensions = new List<string>
{
".rar",
".7z",
".bz2",
".gz",
".r00",
".zip",
".rar",
".tar.bz2",
".tar.gz",
".tar",
".gz",
".tar.gz"
".tb2",
".tbz2",
".tgz",
".zip",
".zipx"
};
private static List<string> _executableExtensions = new List<string>

Loading…
Cancel
Save