mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 06:27:59 +01:00
Add file size caching for track encoding
This commit is contained in:
parent
4f9046af6e
commit
7fd13632eb
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue