pull/26/head
MillenniumEarl 2020-10-16 09:26:55 +02:00
parent 89706ce3e0
commit 85101da065
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ function extractGameHostingData(platform, text) {
// Find the end of the container
if (endIndex === -1)
text.indexOf(CONTAINER_SPAN_CLOSE, startIndex) +
endIndex = text.indexOf(CONTAINER_SPAN_CLOSE, startIndex) +
CONTAINER_SPAN_CLOSE.length;
text = text.substring(startIndex, endIndex);