summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 0b8b4e0..51ab7cb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -261,7 +261,7 @@ int main (int argc, char **argv) {
if (player.url != NULL) {
scrobbleSong.length = BarSamplesToSeconds (player.samplerate,
player.channels, player.sampleSizeN);
- /* scrobble when >= 90% are played */
+ /* scrobble when >= nn% are played */
if (BarSamplesToSeconds (player.samplerate,
player.channels, player.sampleSizeCurr) * 100 /
scrobbleSong.length >=