mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Silently enabled lossy uploads for users.
This commit is contained in:
parent
abedc47d7e
commit
7a005bcf6b
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ class TracksController extends ApiControllerBase
|
|||
{
|
||||
session_write_close();
|
||||
|
||||
return $this->execute(new UploadTrackCommand());
|
||||
|
||||
return $this->execute(new UploadTrackCommand(true));
|
||||
}
|
||||
|
||||
public function getUploadStatus($trackId)
|
||||
|
|
Loading…
Reference in a new issue