Stacks: Use "Stackable" int8 instead of "Unstacked" bool #616 #667

This commit is contained in:
Michael Mayer
2020-12-19 19:15:32 +01:00
parent 4891377d35
commit 12cb89eca5
16 changed files with 126 additions and 105 deletions

View File

@@ -63,7 +63,7 @@ func indexAction(ctx *cli.Context) error {
Path: subPath,
Rescan: ctx.Bool("all"),
Convert: conf.Settings().Index.Convert && conf.SidecarWritable(),
Single: false,
Stack: true,
}
indexed := ind.Start(indOpt)