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, 2 insertions, 0 deletions
diff --git a/src/plugins/General/scrobbler/scrobbler.h b/src/plugins/General/scrobbler/scrobbler.h
index 0e733321d..da98a5ba6 100644
--- a/src/plugins/General/scrobbler/scrobbler.h
+++ b/src/plugins/General/scrobbler/scrobbler.h
@@ -82,6 +82,8 @@ private slots:
void handshake();
private:
+ enum { MIN_SONG_LENGTH = 30 };
+
void submit();
void sendNotification(const SongInfo &info);
bool isReady();