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