Doc update | Added playlist in track Object

This commit is contained in:
LePtitMetalleux 2022-01-02 12:52:29 +01:00 committed by GitHub
parent b6ad9239e6
commit 397af681ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,6 +99,12 @@ class Track {
* @readonly
*/
/**
* The playlist which track belongs
* @name Track#playlist
* @type {Playlist}
*/
void this._patch(data);
}