From 85091429b9729df518ec0b529f6f8bfcad881b50 Mon Sep 17 00:00:00 2001 From: s-crypt <41712656+s-crypt@users.noreply.github.com> Date: Thu, 15 Feb 2024 00:02:46 -0800 Subject: [PATCH] clarify 'listened at' is seconds The timestamp is in seconds, not ms. Using ms will throw an error --- liblistenbrainz/listen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblistenbrainz/listen.py b/liblistenbrainz/listen.py index 2043b8b..8dedfa9 100644 --- a/liblistenbrainz/listen.py +++ b/liblistenbrainz/listen.py @@ -53,7 +53,7 @@ def __init__( :type track_name: str :param artist_name: the name of the artist :type artist_name: str - :param listened_at: the unix timestamp at which the user listened to this listen + :param listened_at: the unix timestamp at which the user listened to this listen, in seconds :type listened_at: int, optional :param release_name: the name of the MusicBrainz release the track is a part of :type release_name: str, optional