Browse Source

Create Bazarr.php

pull/246/head
chbmb 6 years ago
committed by GitHub
parent
commit
8b1046ce17
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      app/SupportedApps/Bazarr.php

14
app/SupportedApps/Bazarr.php

@ -0,0 +1,14 @@
<?php namespace App\SupportedApps;
class Bazarr implements Contracts\Applications {
public function defaultColour()
{
return '#222';
}
public function icon()
{
return 'supportedapps/bazarr.png';
}
}
Loading…
Cancel
Save