Changed album close behavior so album can be closed when visiting URL directly.

This commit is contained in:
DebaucheryLibrarian
2021-03-07 16:54:20 +01:00
parent a275d0c855
commit de460f53b1
4 changed files with 10 additions and 3 deletions

View File

@@ -30,7 +30,7 @@
:items="[release.poster, ...release.photos]"
:title="release.title"
:path="config.media.mediaPath"
@close="$router.go(-1)"
@close="$router.replace({ hash: undefined })"
/>
<div class="info column">