Icon name should be lower case.

This commit is contained in:
John Alberts
2018-03-13 06:49:05 -07:00
parent 39153c6936
commit 5cb4bd5819

View File

@@ -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()
{