Merge pull request #968 from LePtitMetalleux/patch-1

docs(Track): add missing playlist property
This commit is contained in:
Andromeda 2022-01-16 11:33:37 +05:45 committed by GitHub
commit 8f5155895a
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);
}