forked from DebaucheryLibrarian/traxxx
Fixed banner background path.
This commit is contained in:
parent
fe3f820d33
commit
6b2a66cf72
|
@ -222,8 +222,8 @@ async function fetchRelease() {
|
|||
}
|
||||
|
||||
function bannerBackground() {
|
||||
return (this.release.poster && `url(/media/${this.release.poster.thumbnail})`)
|
||||
|| (this.release.covers.length > 0 && `url(/media/${this.release.covers[0].thumbnail})`);
|
||||
return (this.release.poster && this.getBgPath(this.release.poster, 'thumbnail'))
|
||||
|| (this.release.covers.length > 0 && this.getBgPath(this.release.covers[0], 'thumbnail'));
|
||||
}
|
||||
|
||||
function pageTitle() {
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.3 MiB |
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.6 MiB |
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -660,7 +660,7 @@ const tagPosters = [
|
|||
['swallowing', 'poster'],
|
||||
['tattoos', 1, 'Joanna Angel for Joanna Angel'],
|
||||
['teen', 0, 'Alexa Flexy for Sensual Girl'],
|
||||
['titty-fucking', 0, 'Kylie Page in "Stepsis Gives Soapy Handjob In Shower" for Spy Fam'],
|
||||
['titty-fucking', 2, 'Layla London in "Touch Me" for Big Naturals'],
|
||||
['toys', 1, 'Chloe Lamour in "Curives In All The Right Places" for Wet and Puffy'],
|
||||
['toy-anal', 1, 'Nina North and Cassidy Klein in "Nina\'s First Lesbian Anal" for LesbianX'],
|
||||
['toy-dp', 1, 'Krissy Lynn and London River in "Lesbian DP Workout" for LesbianX'],
|
||||
|
@ -898,6 +898,7 @@ const tagPhotos = [
|
|||
['trainbang', 0, 'Nicole Black in GIO971 for LegalPorno'],
|
||||
['tap', 1, 'Natasha Teen in SZ2098 for LegalPorno'],
|
||||
['tap', 2, 'Kira Thorn in GIO1018 for LegalPorno'],
|
||||
['titty-fucking', 0, 'Kylie Page in "Stepsis Gives Soapy Handjob In Shower" for Spy Fam'],
|
||||
['titty-fucking', 1, 'Chloe Lamour for DDF Busty'],
|
||||
['toy-anal', 3, 'Kelly and Leona in "Sleeping Over" for Lez Cuties'],
|
||||
['toy-anal', 2, 'Denise, Irina and Laki in "Sexy Slumber" for Lez Cuties'],
|
||||
|
|
Loading…
Reference in New Issue