aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/scrobbler/scrobbler2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/scrobbler/scrobbler2.h')
-rw-r--r--src/plugins/General/scrobbler/scrobbler2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/General/scrobbler/scrobbler2.h b/src/plugins/General/scrobbler/scrobbler2.h
index 36dc928c6..91ae10b1f 100644
--- a/src/plugins/General/scrobbler/scrobbler2.h
+++ b/src/plugins/General/scrobbler/scrobbler2.h
@@ -50,6 +50,8 @@ private slots:
void submit();
private:
+ enum { MIN_SONG_LENGTH = 30 };
+
void sendNotification(const SongInfo &info);
void syncCache();
uint m_start_ts;