@Html.GetSidebarUrl(Context, "/admin", "Plex Request")
+ @Html.GetSidebarUrl(Context, "/admin/customization", "Customization")
@Html.GetSidebarUrl(Context, "/admin/landingpage", "Landing Page")
@Html.GetSidebarUrl(Context, "/admin/authentication", "Authentication")
@Html.GetSidebarUrl(Context, "/admin/usermanagementsettings", "User Management Settings")
diff --git a/appveyor.yml b/appveyor.yml
index 4f00bdb6f..af8494fff 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,9 +3,9 @@ configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
- assembly_version: '1.10.0'
+ assembly_version: '1.10.1'
assembly_file_version: '{version}'
- assembly_informational_version: '1.10.0'
+ assembly_informational_version: '1.10.1'
before_build:
- cmd: appveyor-retry nuget restore
build: