artist->is_unknown && $this->currentUser->connectedToLastfm()) { ScrobbleJob::dispatch($this->currentUser, $song, $request->timestamp); } return response()->noContent(); } }