mirror of https://github.com/stashapp/stash.git
parent
29a40c5bdd
commit
bcc70af7e5
|
@ -228,6 +228,9 @@ func paramValue(params *goquery.Selection, paramIndex int) string {
|
||||||
return content
|
return content
|
||||||
}
|
}
|
||||||
node = node.NextSibling
|
node = node.NextSibling
|
||||||
|
if (node == nil) {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
return trim(node.FirstChild.Data)
|
return trim(node.FirstChild.Data)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue