memoryfm.ScrobbleLog.append#

ScrobbleLog.append(scrobbles, drop_duplicates=False)#

Append scrobble(s) to a ScrobbleLog.

This mutates the original ScrobbleLog.

Parameters:
scrobblesScrobble, list(Scrobbles), ScrobbleLog

Scrobbles to append to the ScrobbleLog. It can either be a Scrobble, a list of Scrobbles, or a ScrobbleLog.

Returns:
ScrobbleLog

Returns the ScrobbleLog with appended scrobbles.