mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
@@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user