Added Anal Only and upcoming scraping to Mike Adriano. Fixed profile expand arrow color.

This commit is contained in:
DebaucheryLibrarian
2021-01-30 17:43:33 +01:00
parent bfb5006e95
commit 97c088cfb4
36 changed files with 40 additions and 39 deletions

View File

@@ -164,6 +164,7 @@ function attachReleaseIds(releases, storedReleases) {
function filterInternalDuplicateReleases(releases) {
const releasesByEntityIdAndEntryId = releases.reduce((acc, release) => {
console.log(release);
if (!release.entity) {
return acc;
}