Commit a4ce8eca authored by Andreas Heimann's avatar Andreas Heimann

added user id to upload

parent 4bce00ae
......@@ -68,6 +68,7 @@ class UploadController extends AbstractController
}
// set meta data
$song->setUploader($this->getUser()->getId());
$song->setTitle($trackInfo->title);
$song->setSubtitle($trackInfo->subtitle);
$song->setArtist($trackInfo->artistName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment