Browse Source

Update Lidarr.php

pull/80/head
KodeStar 7 years ago
committed by GitHub
parent
commit
5b9dcd829c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/SupportedApps/Lidarr.php

4
app/SupportedApps/Lidarr.php

@ -3,10 +3,10 @@
class Lidarr implements Contracts\Applications { class Lidarr implements Contracts\Applications {
public function defaultColour() public function defaultColour()
{ {
return '#040'; return '#183c18';
} }
public function icon() public function icon()
{ {
return 'supportedapps/lidarr.png'; return 'supportedapps/lidarr.png';
} }
} }

Loading…
Cancel
Save