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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/General/scrobbler/scrobbler.h b/src/plugins/General/scrobbler/scrobbler.h
index 41a69c53c..172c6b188 100644
--- a/src/plugins/General/scrobbler/scrobbler.h
+++ b/src/plugins/General/scrobbler/scrobbler.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2010-2015 by Ilya Kotov *
+ * Copyright (C) 2010-2016 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -70,9 +70,7 @@ private:
enum { MIN_SONG_LENGTH = 30 };
void sendNotification(const SongInfo &info);
- uint m_start_ts;
SongInfo m_song;
- Qmmp::State m_state;
QList <SongInfo> m_cachedSongs;
QByteArray m_ua;
int m_submitedSongs;
@@ -83,6 +81,8 @@ private:
QTime *m_time;
ScrobblerCache *m_cache;
QString m_scrobblerUrl, m_name;
+ Qmmp::State m_previousState;
+ int m_elapsed;
};
/**