Browse Source

Merge pull request #164 from albertsj1/fix_cp_icon

fix couchpotato icon capitalization
pull/169/head
KodeStar 7 years ago
committed by GitHub
parent
commit
8558975d55
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/SupportedApps/CouchPotato.php

2
app/SupportedApps/CouchPotato.php

@ -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…
Cancel
Save