forked from DebaucheryLibrarian/traxxx
Removed 'null' from scene tile URL if no slug is available.
This commit is contained in:
@@ -15,8 +15,6 @@ function scrapeLatest(scenes, dates, site) {
|
||||
}
|
||||
}
|
||||
|
||||
console.log(dates, dates[index], path);
|
||||
|
||||
if (dates && dates[index]) {
|
||||
release.date = dates[index].qu.date(null, 'MM/DD/YYYY');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user