diff --git a/.vscode/settings.json b/.vscode/settings.json index 1ea89a2a..e8d95e83 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,6 +14,8 @@ }, "search.exclude": { "components/": true, + "audio/": true, + "video/": true, "**/*.svg": true, "**/*.html": true, "**/*.opus": true, diff --git a/jobs/mal-download/mal-download.go b/jobs/mal-download/mal-download.go index b4d38720..ed68efff 100644 --- a/jobs/mal-download/mal-download.go +++ b/jobs/mal-download/mal-download.go @@ -15,7 +15,7 @@ const ( // The maximum age of files we accept until we force a refresh. maxAge = 24 * time.Hour delayBetweenRequests = 1100 * time.Millisecond - userAgent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36" + userAgent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36" ) var headers = map[string]string{ diff --git a/layout/layout.pixy b/layout/layout.pixy index 70873cbd..7b43204d 100644 --- a/layout/layout.pixy +++ b/layout/layout.pixy @@ -47,14 +47,14 @@ component Layout(app *aero.Application, ctx *aero.Context, user *arn.User, openG meta(name="google-site-verification", content="1U-E2pDaYbFHyOSWl6AX3DvixQuDc4kfem9Kde_jZ8A") body #container(class=utils.GetContainerClass(ctx)) - //- #header - //- Navigation(user) #columns Sidebar(user) Content(content) + LoadingAnimation StatusMessage ExtensionNavigation(user) + if user != nil #user(data-id=user.ID, data-pro=user.IsPro(), data-theme=user.Settings().Theme)