summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/iiifdownloader/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/iiifdownloader/main.go b/cmd/iiifdownloader/main.go
index 79ee74c..507293b 100644
--- a/cmd/iiifdownloader/main.go
+++ b/cmd/iiifdownloader/main.go
@@ -316,7 +316,7 @@ func detectService(url string) string {
case strings.HasPrefix(url, dfgPrefix):
return "dfg"
}
- return ""
+ return "iiifmanifest"
}
func main() {