Browse Source

Airsonic added

pull/146/head
halorrr 7 years ago
committed by GitHub
parent
commit
dee0870bf6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/Item.php

1
app/Item.php

@ -26,6 +26,7 @@ class Item extends Model
public static function supportedList()
{
return [
'AirSonic' => \App\SupportedApps\AirSonic::class,
'Deluge' => \App\SupportedApps\Deluge::class,
'Dokuwiki' => \App\SupportedApps\Dokuwiki::class,
'Duplicati' => \App\SupportedApps\Duplicati::class,

Loading…
Cancel
Save