New: Add additional archive exentions

Closes #7191
pull/7212/head
Mark McDowall 6 months ago committed by Mark McDowall
parent 71a19377d9
commit 750a9353f8

@ -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