mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-29 08:07:59 +01:00
Remove outdated code from ClearTrackCache.php
This commit is contained in:
parent
e35752d11a
commit
abedc47d7e
1 changed files with 0 additions and 3 deletions
|
@ -96,9 +96,6 @@ class ClearTrackCache extends Command
|
||||||
$this->info('Deleted ' . $trackFile->getFile());
|
$this->info('Deleted ' . $trackFile->getFile());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove the cached file size for the album
|
|
||||||
Cache::forget($trackFile->track->album->getCacheKey('filesize-' . $trackFile->format));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
$this->info($count . ' files deleted. Deletion complete. Exiting.');
|
$this->info($count . ' files deleted. Deletion complete. Exiting.');
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue