diff options
Diffstat (limited to 'src/plugins/General/scrobbler/scrobbler2.h')
| -rw-r--r-- | src/plugins/General/scrobbler/scrobbler2.h | 2 |
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; |
