Create Bazarr.php

This commit is contained in:
chbmb 2018-09-13 08:41:57 +01:00 committed by GitHub
parent a138b65842
commit 8b1046ce17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';
}
}