diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-04-19 21:07:15 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-04-19 21:07:15 +0200 |
commit | 1f2d1f39738c8c0d6d1d738eaab7c70d217ad844 (patch) | |
tree | 3391969a640e5d62afb04dd838de4f149c9d0429 /plugins/lastfm | |
parent | ca1e12ca501be4054a9a608509ec744a70b32500 (diff) |
fixed typo in lastfm plugin
Diffstat (limited to 'plugins/lastfm')
-rw-r--r-- | plugins/lastfm/lastfm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lastfm/lastfm.c b/plugins/lastfm/lastfm.c index cf92baca..d427b82a 100644 --- a/plugins/lastfm/lastfm.c +++ b/plugins/lastfm/lastfm.c @@ -464,7 +464,7 @@ lfm_format_uri (int subm, DB_playItem_t *song, char *out, int outl) { static int lastfm_songstarted (DB_event_track_t *ev, uintptr_t data) { - trace ("lfm songfinished %s\n", ev->track->fname); + trace ("lfm songstarted %s\n", ev->track->fname); if (!deadbeef->conf_get_int ("lastfm.enable", 0)) { return 0; } |