Silently enabled lossy uploads for users.

This commit is contained in:
Peter Deltchev 2016-01-18 02:16:56 -08:00
parent abedc47d7e
commit 7a005bcf6b

View file

@ -40,7 +40,8 @@ class TracksController extends ApiControllerBase
{ {
session_write_close(); session_write_close();
return $this->execute(new UploadTrackCommand());
return $this->execute(new UploadTrackCommand(true));
} }
public function getUploadStatus($trackId) public function getUploadStatus($trackId)