mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-04-01 00:35:30 +02: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();
|
session_write_close();
|
||||||
|
|
||||||
return $this->execute(new UploadTrackCommand());
|
|
||||||
|
return $this->execute(new UploadTrackCommand(true));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getUploadStatus($trackId)
|
public function getUploadStatus($trackId)
|
||||||
|
|
Loading…
Add table
Reference in a new issue