Frontend: Add meta property to /library/hidden route
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
89fd3e0398
commit
1b937b2c42
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ export default [
|
|||
name: "hidden",
|
||||
path: "/library/hidden",
|
||||
component: Photos,
|
||||
meta: {title: "Hidden Files", auth: true},
|
||||
props: {staticFilter: {hidden: true}},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue