Browse Source

Icon name should be lower case.

pull/133/head
John Alberts 7 years ago
parent
commit
5cb4bd5819
No known key found for this signature in database GPG Key ID: 1DEF383917D74AA3
  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() public function icon()
{ {
return 'supportedapps/CouchPotato.png'; return 'supportedapps/couchPotato.png';
} }
public function configDetails() public function configDetails()
{ {

Loading…
Cancel
Save