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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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() |
|
|
{ |
|
|
{ |
|
|