Skip to content

Commit

Permalink
Update MercurySession.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasguyer authored Sep 29, 2024
1 parent a4d2c68 commit 5726879
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cspot/src/MercurySession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,6 @@ void MercurySession::addSubscriptionListener(const std::string& uri,
this->subscriptions.insert({uri, subscription});
}

void MercurySession::addSubscriptionListener(const std::string& uri,
ResponseCallback subscription) {
this->subscriptions.insert({uri, subscription});
}

uint64_t MercurySession::executeSubscription(RequestType method,
const std::string& uri,
ResponseCallback callback,
Expand Down Expand Up @@ -402,4 +397,4 @@ uint32_t MercurySession::requestAudioKey(const std::vector<uint8_t>& trackId,
// @TODO: Handle disconnect
}
return audioKeySequence - 1;
}
}

0 comments on commit 5726879

Please sign in to comment.