forked from DebaucheryLibrarian/traxxx
Changed album close behavior so album can be closed when visiting URL directly.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user