mirror of
https://github.com/koel/koel
synced 2025-02-17 22:08:28 +00:00
Fix steaming bug typo (#439)
This commit is contained in:
parent
7434f4bbbb
commit
cf1a244606
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue