mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Feature: Add trash support (#6237)
This commit is contained in:
@@ -294,6 +294,7 @@ func (s *Manager) Clean(ctx context.Context, input CleanMetadataInput) int {
|
||||
Handlers: []file.CleanHandler{
|
||||
&cleanHandler{},
|
||||
},
|
||||
TrashPath: s.Config.GetDeleteTrashPath(),
|
||||
}
|
||||
|
||||
j := cleanJob{
|
||||
|
||||
Reference in New Issue
Block a user