1
0
Fork 1
mirror of https://example.com synced 2024-11-22 22:56:41 +09:00

fix: videos not appearing when don't play animated images is one

This commit is contained in:
freeplay 2023-07-03 16:01:54 -04:00
parent e603745f97
commit bee2a245ae

View file

@ -103,7 +103,7 @@ const plyrMini = ref(false);
const url =
props.raw || defaultStore.state.loadRawImages
? props.media.url
: defaultStore.state.disableShowingAnimatedImages
: defaultStore.state.disableShowingAnimatedImages && props.media.type.startsWith('image')
? getStaticImageUrl(props.media.thumbnailUrl)
: props.media.thumbnailUrl;