Skip to content

Commit

Permalink
- FIX: Fixed global search.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed Jul 15, 2024
1 parent da821bf commit cb4e64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/AlbumView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default {
},
data: function () {
return {
parentAlbumId: null,
parentAlbumId: -1,
albumHierarchy: null
}
},
Expand Down

0 comments on commit cb4e64b

Please sign in to comment.