forked from DebaucheryLibrarian/traxxx
Added S3 support for media files. Fixed MindGeek scraper for new poster data structure.
This commit is contained in:
@@ -21,12 +21,12 @@
|
||||
class="item-container"
|
||||
>
|
||||
<a
|
||||
:href="`${path}/${item.path}`"
|
||||
:href="getPath(item, null, { local })"
|
||||
class="item-link"
|
||||
target="_blank"
|
||||
>
|
||||
<img
|
||||
:src="`${path}/${item.thumbnail}`"
|
||||
:src="getPath(item, 'thumbnail', { local })"
|
||||
:title="item.title"
|
||||
loading="lazy"
|
||||
class="item image"
|
||||
@@ -63,9 +63,9 @@ export default {
|
||||
type: String,
|
||||
default: null,
|
||||
},
|
||||
path: {
|
||||
type: String,
|
||||
default: '/media',
|
||||
local: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
portrait: {
|
||||
type: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user