mediaSyncService = $mediaSyncService; } public function handle(): void { $this->mediaSyncService->tidy(); event(new LibraryChanged()); $this->info('Empty artists and albums removed.'); } }