Update src/pylast/__init__.py
Commit suggested fix. Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
0a3d6a591c
commit
90a92f5718
|
@ -545,7 +545,7 @@ class _Network:
|
||||||
Parameters:
|
Parameters:
|
||||||
artist (Required) : The artist name.
|
artist (Required) : The artist name.
|
||||||
title (Required) : The track 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,
|
timestamp format (integer number of seconds since 00:00:00,
|
||||||
January 1st 1970 UTC).
|
January 1st 1970 UTC).
|
||||||
album (Optional) : The album name.
|
album (Optional) : The album name.
|
||||||
|
|
Loading…
Reference in a new issue