diff --git a/.gitignore b/.gitignore index 559b88f8..3b33b4c0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ _site *.log /data -.idea/ +*.idea/ diff --git a/.meteor/packages b/.meteor/packages index 3cc86c62..e003b20a 100644 --- a/.meteor/packages +++ b/.meteor/packages @@ -43,8 +43,5 @@ multiply:iron-router-progress useraccounts:bootstrap npm-container -lokenx:couchpotatowrapper -lokenx:sickragewrapper -# lokenx:sonarrwrapper meteorhacks:npm davidyaha:collection2-migrations diff --git a/.meteor/versions b/.meteor/versions index dd1bd75a..e297e4ee 100644 --- a/.meteor/versions +++ b/.meteor/versions @@ -57,8 +57,6 @@ less@2.5.1 livedata@1.0.15 localstorage@1.0.5 logging@1.0.8 -lokenx:couchpotatowrapper@0.0.7 -lokenx:sickragewrapper@0.0.7 meteor@1.1.10 meteor-base@1.0.1 meteorhacks:async@1.0.0 diff --git a/client/helpers/authentication.js b/client/helpers/authentication.js index ac7968a9..bb330714 100644 --- a/client/helpers/authentication.js +++ b/client/helpers/authentication.js @@ -1,3 +1,5 @@ +//TODO: Get rid of this file as it doesn't look to be needed anymore + // Plex user authentication // Session.get("auth") diff --git a/client/templates/admin/admin.html b/client/templates/admin/admin.html index 9073214b..6f09fdf2 100644 --- a/client/templates/admin/admin.html +++ b/client/templates/admin/admin.html @@ -33,6 +33,7 @@

Admin

  • Users
  • {{/if}}
  • CouchPotato
  • +
  • Radarr
  • SickRage
  • Sonarr
  • Notifications
  • @@ -175,6 +176,43 @@

    Admin

    {{/autoForm}} + + +