mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
internetarchive: fix releases without a title
This commit is contained in:
@@ -74,12 +74,14 @@ search:
|
||||
selector: response.numFound
|
||||
|
||||
fields:
|
||||
_id:
|
||||
selector: identifier
|
||||
category:
|
||||
selector: mediatype
|
||||
title:
|
||||
selector: title
|
||||
_id:
|
||||
selector: identifier
|
||||
optional: true
|
||||
default: "Missing title for {{ .Result._id }}"
|
||||
details:
|
||||
text: "details/{{ .Result._id }}"
|
||||
download:
|
||||
|
Reference in New Issue
Block a user