From 1b5a72d652f1106426c8930e6fa703e96e935f89 Mon Sep 17 00:00:00 2001 From: zijiren233 Date: Sun, 24 Nov 2024 23:26:43 +0800 Subject: [PATCH] fix: check expired --- internal/op/movie.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/op/movie.go b/internal/op/movie.go index 8ccce6b0..10856995 100644 --- a/internal/op/movie.go +++ b/internal/op/movie.go @@ -52,9 +52,6 @@ func (m *Movie) ExpireID() uint64 { } func (m *Movie) CheckExpired(expireID uint64) bool { - if m.IsFolder { - return false - } switch { case m.Movie.MovieBase.VendorInfo.Vendor == model.VendorAlist: amcd, _ := m.AlistCache().Raw()