aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/scrobbler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/scrobbler/scrobbler.h')
-rw-r--r--src/plugins/General/scrobbler/scrobbler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/scrobbler/scrobbler.h b/src/plugins/General/scrobbler/scrobbler.h
index ad3e1d56e..b4f727424 100644
--- a/src/plugins/General/scrobbler/scrobbler.h
+++ b/src/plugins/General/scrobbler/scrobbler.h
@@ -79,7 +79,7 @@ private:
SoundCore *m_core;
QNetworkReply *m_submitReply = nullptr, *m_notificationReply = nullptr;
QElapsedTimer *m_time;
- ScrobblerCache *m_cache;
+ ListenCache *m_cache;
QString m_scrobblerUrl, m_name;
Qmmp::State m_previousState = Qmmp::Stopped;
qint64 m_elapsed = 0;