fix couchpotato icon capitalization
This commit is contained in:
parent
c0ee1ee27b
commit
66c3604b2a
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