From 66c3604b2ad9df4b5c89bac99499a3d42a42d71c Mon Sep 17 00:00:00 2001 From: John Alberts Date: Sat, 31 Mar 2018 22:29:59 -0700 Subject: [PATCH] fix couchpotato icon capitalization --- app/SupportedApps/CouchPotato.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/SupportedApps/CouchPotato.php b/app/SupportedApps/CouchPotato.php index 82d93343..440fc0fb 100644 --- a/app/SupportedApps/CouchPotato.php +++ b/app/SupportedApps/CouchPotato.php @@ -23,7 +23,7 @@ class CouchPotato implements Contracts\Applications, Contracts\Livestats } public function icon() { - return 'supportedapps/couchPotato.png'; + return 'supportedapps/couchpotato.png'; } public function configDetails() {