Skip to content

Commit

Permalink
Fixing downloads not properly filtering preferred formats
Browse files Browse the repository at this point in the history
  • Loading branch information
boggydigital committed Aug 11, 2024
1 parent 2c480d5 commit 29c29c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/directories.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const (
Input pathways.AbsDir = "input"
Covers pathways.AbsDir = "covers"
Downloads pathways.AbsDir = "downloads"
Imported pathways.AbsDir = "_imported"
)

var AllAbsDirs = []pathways.AbsDir{
Expand All @@ -25,7 +24,6 @@ var AllAbsDirs = []pathways.AbsDir{
Input,
Covers,
Downloads,
Imported,
}

const (
Expand Down

0 comments on commit 29c29c1

Please sign in to comment.