get background switching working

This commit is contained in:
KodeStar
2018-02-04 21:28:11 +00:00
parent d21138529f
commit ae3d27aca8
9 changed files with 75 additions and 12 deletions

View File

@@ -4,6 +4,7 @@ namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Item;
use App\Setting;
use App\SupportedApps\Nzbget;
use Illuminate\Support\Facades\Storage;