fix: dynamic folder expire id

pull/268/head
zijiren233 3 months ago
parent 8039c79917
commit 270650d4a7

@ -39,9 +39,6 @@ func (m *Movie) SubPath() string {
}
func (m *Movie) ExpireID() uint64 {
if m.IsFolder {
return 0
}
switch {
case m.Movie.MovieBase.VendorInfo.Vendor == model.VendorAlist:
amcd, _ := m.AlistCache().Raw()

Loading…
Cancel
Save