Frontend: Add meta property to /library/hidden route

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-07-01 15:23:18 +02:00
parent 89fd3e0398
commit 1b937b2c42

View file

@ -197,6 +197,7 @@ export default [
name: "hidden",
path: "/library/hidden",
component: Photos,
meta: {title: "Hidden Files", auth: true},
props: {staticFilter: {hidden: true}},
},
{