diff --git a/src/js/services/lastfm/actions.js b/src/js/services/lastfm/actions.js index 8217a8c7..9a00862f 100755 --- a/src/js/services/lastfm/actions.js +++ b/src/js/services/lastfm/actions.js @@ -369,6 +369,11 @@ export function unloveTrack(uri){ } } +/** + * TODO: Currently scrobbling client-side would result in duplicated scrobbles + * if the user was authorized across multiple connections. Ideally this would + * be handled server-side. Mopidy-Scrobbler currently achieves this. + **/ export function scrobble(track){ return (dispatch, getState) => { var track_name = track.name;