New: Add additional archive exentions

(cherry picked from commit 750a9353f82da4e016bee25e0c625cd6d8613b57)
pull/10440/head
Mark McDowall 6 months ago committed by Bogdan
parent 36e278aa82
commit ca31cdd33a

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

Loading…
Cancel
Save