Browse Source

fix couchpotato icon capitalization

pull/164/head
John Alberts 7 years ago
parent
commit
66c3604b2a
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()
{
return 'supportedapps/couchPotato.png';
return 'supportedapps/couchpotato.png';
}
public function configDetails()
{

Loading…
Cancel
Save