From 90a92f571858c97d92608d9bb8f18af1b541d3ec Mon Sep 17 00:00:00 2001 From: Eugene Simonov Date: Fri, 29 Dec 2023 18:35:42 +0200 Subject: [PATCH] Update src/pylast/__init__.py Commit suggested fix. Co-authored-by: Hugo van Kemenade --- src/pylast/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pylast/__init__.py b/src/pylast/__init__.py index 5d40f82..f0f1067 100644 --- a/src/pylast/__init__.py +++ b/src/pylast/__init__.py @@ -545,7 +545,7 @@ class _Network: Parameters: artist (Required) : The artist name. title (Required) : The track name. - timestamp (Required) : The time the track started playing, in UNIX + timestamp (Required) : The time the track started playing, in Unix timestamp format (integer number of seconds since 00:00:00, January 1st 1970 UTC). album (Optional) : The album name.