diff --git a/resources/assets/js/components/profile-preferences/ProfileForm.vue b/resources/assets/js/components/profile-preferences/ProfileForm.vue
index e52549e7..7f7843dd 100644
--- a/resources/assets/js/components/profile-preferences/ProfileForm.vue
+++ b/resources/assets/js/components/profile-preferences/ProfileForm.vue
@@ -40,14 +40,14 @@
type="password"
>
- Min. 10 characters. Should be a mix of characters, numbers, and symbols.
-
+ Min. 10 characters. Should be a mix of characters, numbers, and symbols.
+
Save
-
+
Changes will not be saved in the demo version.
No other albums by {{ album.artist_name }} found in the library.
-
+
-
-
+
+
@@ -180,7 +179,7 @@ onMounted(async () => (albumId.value = parseInt(getRouteParam('id')!)))
onRouteChanged(route => route.screen === 'Album' && (albumId.value = parseInt(getRouteParam('id')!)))
// if the current album has been deleted, go back to the list
-eventBus.on('SONGS_UPDATED', () => albumStore.byId(albumId.value) || go('albums'))
+eventBus.on('SONGS_UPDATED', () => albumStore.byId(albumId.value!) || go('albums'))