mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: renamed method
This commit is contained in:
parent
3aee4ca675
commit
92bf0a4958
2 changed files with 2 additions and 2 deletions
|
@ -15,6 +15,6 @@ class PruneLibrary
|
|||
|
||||
public function handle(): void
|
||||
{
|
||||
$this->mediaSyncService->tidy();
|
||||
$this->mediaSyncService->prune();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -116,7 +116,7 @@ class MediaSyncService
|
|||
|
||||
event(new MediaSyncCompleted($syncResult));
|
||||
|
||||
// Trigger LibraryChanged, so that TidyLibrary handler is fired to, erm, tidy our library.
|
||||
// Trigger LibraryChanged, so that PruneLibrary handler is fired to prune the lib.
|
||||
event(new LibraryChanged());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue