diff --git a/PlexRequests.UI/Modules/AdminNotificationsModule.cs b/PlexRequests.UI/Modules/AdminNotificationsModule.cs
index 26565bc95..709759d2e 100644
--- a/PlexRequests.UI/Modules/AdminNotificationsModule.cs
+++ b/PlexRequests.UI/Modules/AdminNotificationsModule.cs
@@ -100,7 +100,7 @@ private Response TestSlackNotification()
private Negotiator SlackNotifications()
{
var settings = SlackSettings.GetSettings();
- return View["SlackNotifications", settings];
+ return View["Admin/SlackNotifications", settings];
}
private Response SaveSlackNotifications()
diff --git a/PlexRequests.UI/PlexRequests.UI.csproj b/PlexRequests.UI/PlexRequests.UI.csproj
index 5fb789528..563edeb50 100644
--- a/PlexRequests.UI/PlexRequests.UI.csproj
+++ b/PlexRequests.UI/PlexRequests.UI.csproj
@@ -451,9 +451,6 @@
Always
-
- Always
-
Always
@@ -499,7 +496,10 @@
Always
-
+
+ Always
+
+
Always
diff --git a/PlexRequests.UI/Views/AdminNotifications/SlackNotifications.cshtml b/PlexRequests.UI/Views/Admin/SlackNotifications.cshtml
similarity index 100%
rename from PlexRequests.UI/Views/AdminNotifications/SlackNotifications.cshtml
rename to PlexRequests.UI/Views/Admin/SlackNotifications.cshtml
diff --git a/appveyor.yml b/appveyor.yml
index 9da8cb89c..509cc2c82 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,9 +3,9 @@ configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
- assembly_version: '1.7.2'
+ assembly_version: '1.7.3'
assembly_file_version: '{version}'
- assembly_informational_version: '1.7.2'
+ assembly_informational_version: '1.7.3'
before_build:
- cmd: appveyor-retry nuget restore
build: