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
1 changed files with 1 additions and 1 deletions

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;