- Add support for merging files from torrents with the same name
- Add infohash as a folder naming - Other minor bugs
This commit is contained in:
@@ -54,5 +54,8 @@ func IsMediaFile(path string) bool {
|
||||
}
|
||||
|
||||
func IsSampleFile(path string) bool {
|
||||
if strings.HasSuffix(strings.ToLower(path), "sample.mkv") {
|
||||
return true
|
||||
}
|
||||
return RegexMatch(SAMPLEMATCH, path)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user