Fixed poster link in banner.

This commit is contained in:
DebaucheryLibrarian 2021-02-23 16:47:34 +01:00
parent ff862dbff9
commit 736a15958a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<a
v-if="release.poster"
v-tooltip="'View poster'"
:href="`${config.media.mediaPath}/${release.poster.path}`"
:href="getPath(release.poster)"
:class="{ playing }"
target="_blank"
rel="noopener noreferrer"