Merge pull request #164 from albertsj1/fix_cp_icon

fix couchpotato icon capitalization
This commit is contained in:
KodeStar 2018-04-04 09:45:20 +01:00 committed by GitHub
commit 8558975d55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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