Skip to content

Commit 60ac8e5

Browse files
authored
Fixes Issue reported in #2179
Fixes issue reported in #2179
1 parent b2f9606 commit 60ac8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/gatotv.com/gatotv.com.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ module.exports = {
6363
}
6464

6565
function parseTitle($item) {
66-
return $item('td:nth-child(4) > div > div > a > span,td:nth-child(3) > div > div > span').text()
66+
return $item('td:nth-child(4) > div > div > a > span,td:nth-child(3) > div > div > span,td:nth-child(3) > div > div > a > span').text()
6767
}
6868

6969
function parseDescription($item) {

0 commit comments

Comments
 (0)