We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a546bbf commit c8b4aa2Copy full SHA for c8b4aa2
services/update/matcher.go
@@ -53,7 +53,7 @@ func matchFilters(episode *model.Episode, filters *feed.Filters) bool {
53
if !matchRegexpFilter(filters.NotDescription, episode.Description, true, logger.WithField("filter", "not_description")) {
54
return false
55
}
56
-
+
57
if !matchDurationFilter(filters.MinDuration, episode.Duration, "min", logger.WithField("filter", "min_duration")) {
58
59
0 commit comments