Added media support to XEmpire (HardX) scraper.
This commit is contained in:
@@ -101,7 +101,7 @@ function scrollBanner(event) {
|
||||
|
||||
function photos() {
|
||||
if (this.release.photos.length) {
|
||||
return this.release.photos;
|
||||
return this.release.photos.sort(({ index: indexA }, { index: indexB }) => indexA - indexB);
|
||||
}
|
||||
|
||||
if (this.release.poster && !this.release.trailer) {
|
||||
|
||||
Reference in New Issue
Block a user