Improved scene merging. Improved Porn World/DDF scraper for poster and title redundancy. Fixed SFW poster showing in NSFW mode.
This commit is contained in:
@@ -116,7 +116,7 @@ function sfw() {
|
||||
|
||||
function poster() {
|
||||
if (this.release.poster) {
|
||||
return sfw ? `/img/${this.release.poster.sfw.thumbnail}` : `/media/${this.release.poster.thumbnail}`;
|
||||
return this.sfw ? `/img/${this.release.poster.sfw.thumbnail}` : `/media/${this.release.poster.thumbnail}`;
|
||||
}
|
||||
|
||||
if (this.release.covers?.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user