Fix steaming bug typo (#439)

This commit is contained in:
bdgold 2016-09-10 03:39:57 -04:00 committed by Phan An
parent 7434f4bbbb
commit cf1a244606

View file

@ -46,7 +46,7 @@ class SongController extends Controller
request()->input('time', 0)
);
} else {
switch (config('koel.streming.method')) {
switch (config('koel.streaming.method')) {
case 'x-sendfile':
$streamer = new XSendFileStreamer($song);
break;