Browse Source
Merge pull request #135 from albertsj1/fix_transmission_pic
Fix capitalization of tranmission icon name
pull/138/merge
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/Transmission.php
|
|
@ -28,7 +28,7 @@ class Transmission implements Contracts\Applications, Contracts\Livestats |
|
|
|
} |
|
|
|
public function icon() |
|
|
|
{ |
|
|
|
return 'supportedapps/Transmission.png'; |
|
|
|
return 'supportedapps/transmission.png'; |
|
|
|
} |
|
|
|
public function configDetails() |
|
|
|
{ |
|
|
|