Skip to content

Commit 1b83050

Browse files
authored
Merge pull request #533 from Unpackerr/dn2_7z2
add multi-file 7z support to starr apps
2 parents 6d52372 + e36aace commit 1b83050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/unpackerr/handlers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func (u *Unpackerr) extractCompletedDownload(name string, now time.Time, item *E
127127
Filter: xtractr.Filter{
128128
Path: item.Path,
129129
ExcludeSuffix: xtractr.AllExcept([]string{
130-
".rar", ".r00", ".zip", ".7z", ".gz", ".tgz", ".tar", ".tar.gz", ".bz2", ".tbz2",
130+
".rar", ".r00", ".zip", ".7z", ".7z.001", ".gz", ".tgz", ".tar", ".tar.gz", ".bz2", ".tbz2",
131131
}),
132132
},
133133
TempFolder: false,

0 commit comments

Comments
 (0)