mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-22 21:04:07 +08:00
parent
e65e8be59e
commit
72aa63adce
@ -41,7 +41,7 @@ func GetIgnorePaths() ([]string, error) {
|
||||
return nil, err
|
||||
}
|
||||
ignorePaths := make([]string, 0)
|
||||
var skipDrivers = []string{"AList V2", "AList V3"}
|
||||
var skipDrivers = []string{"AList V2", "AList V3", "Virtual"}
|
||||
for _, storage := range storages {
|
||||
if utils.SliceContains(skipDrivers, storage.Driver) {
|
||||
// TODO: request for indexing permission
|
||||
|
Loading…
x
Reference in New Issue
Block a user