-
Plex Request Settings
-
Authentication
-
Plex Settings
-
CouchPotato Settings
-
Sonarr Settings
+ @if (Context.Request.Path == "/admin")
+ {
+
Plex Request Settings
+ }
+ else
+ {
+
Plex Request Settings
+ }
+ @if (Context.Request.Path == "/admin/authentication")
+ {
+
+
Authentication
+ }
+ else
+ {
+
+
Authentication
+ }
+
+ @if (Context.Request.Path == "/admin/plex")
+ {
+
Plex Settings
+ }
+ else
+ {
+
Plex Settings
+ }
+ @if (Context.Request.Path == "/admin/couchpotato")
+ {
+
CouchPotato Settings
+ }
+ else
+ {
+
+
CouchPotato Settings
+ }
+ @if (Context.Request.Path == "/admin/sonarr")
+ {
+
Sonarr Settings
+ }
+ else
+ {
+
Sonarr Settings
+
+ }
@*
Sickbeard Settings*@