splitting out the eraser model from the locator model, adding library type logic.
This commit is contained in:
@ -2,6 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"flag"
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
"git.linuxrocker.com/mattburchett/Housekeeper/pkg/communicator"
|
||||
@ -37,6 +38,9 @@ func main() {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
libraryType := locator.GetLibraryType(cfg, sectionID)
|
||||
fmt.Println(libraryType)
|
||||
|
||||
ids, titles := locator.GetTitles(cfg, sectionID, days)
|
||||
|
||||
if check {
|
||||
|
Reference in New Issue
Block a user