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.