Browse Source
Fix capitalization of tranmission icon name
pull/135/head
John Alberts
7 years ago
No known key found for this signature in database
GPG Key ID: 1DEF383917D74AA3
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() |
|
|
|
{ |
|
|
|