Merge pull request #164 from albertsj1/fix_cp_icon
fix couchpotato icon capitalization
This commit is contained in:
commit
8558975d55
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue