fix couchpotato icon capitalization

This commit is contained in:
John Alberts 2018-03-31 22:29:59 -07:00
parent c0ee1ee27b
commit 66c3604b2a
No known key found for this signature in database
GPG key ID: 1DEF383917D74AA3

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