From 5cb4bd581929c40f7e59faf4f9b47a5892c27f4c Mon Sep 17 00:00:00 2001 From: John Alberts Date: Tue, 13 Mar 2018 06:49:05 -0700 Subject: [PATCH] Icon name should be lower case. --- 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 3e659ef8..0a176bc9 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() {