Add file size caching for track encoding

This commit is contained in:
Kelvin Zhang 2015-10-29 16:10:55 +00:00
parent 4f9046af6e
commit 7fd13632eb

View file

@ -112,6 +112,9 @@ class EncodeTrackFile extends Job implements SelfHandling, ShouldQueue
$this->trackFile->in_progress = false;
$this->trackFile->update();
// Update file size
$this->trackFile->updateFilesize();
}
/**