diff --git a/file_props.go b/file_props.go index f7703cb..3e48bf2 100644 --- a/file_props.go +++ b/file_props.go @@ -23,9 +23,9 @@ func GetAnimeEpProps(animeEp model.AnimeEpisode) (*FilePriority, bool) { continue } - if !HasFileEssentialProperties(props) { - continue - } + // if !HasFileEssentialProperties(props) { + // continue + // } fp := NewFilePriority(props)