OpenSubsonic API: added apiKey support, ref #544
This commit is contained in:
@@ -97,10 +97,4 @@ namespace lms::db
|
||||
assert(isAudioBitrateAllowed(bitrate));
|
||||
_subsonicDefaultTranscodingOutputBitrate = bitrate;
|
||||
}
|
||||
|
||||
void User::clearAuthTokens()
|
||||
{
|
||||
_authTokens.clear();
|
||||
}
|
||||
|
||||
} // namespace lms::db
|
||||
|
||||
Reference in New Issue
Block a user