Fix minor code issues

This commit is contained in:
Jonas Kvinge
2020-09-30 01:02:41 +02:00
parent d94ee8863c
commit 09cdba4b3d
5 changed files with 5 additions and 16 deletions

View File

@@ -381,7 +381,7 @@ void SubsonicService::CheckConfiguration() {
}
void SubsonicService::Scrobble(QString song_id, bool submission, QDateTime time) {
void SubsonicService::Scrobble(const QString &song_id, const bool submission, const QDateTime time) {
if (!server_url().isValid() || username().isEmpty() || password().isEmpty()) {
return;