From c75694c1cd54c2dda0e4a3a522baf1fcbcdcd7b1 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 2 Jul 2019 21:12:41 +0000 Subject: listenbrainz plugin implementation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8981 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/scrobbler/scrobbler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General/scrobbler/scrobbler.h') 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; -- cgit v1.2.3-13-gbd6f