Merge pull request #968 from LePtitMetalleux/patch-1
docs(Track): add missing playlist property
This commit is contained in:
commit
8f5155895a
1 changed files with 6 additions and 0 deletions
|
@ -99,6 +99,12 @@ class Track {
|
||||||
* @readonly
|
* @readonly
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The playlist which track belongs
|
||||||
|
* @name Track#playlist
|
||||||
|
* @type {Playlist}
|
||||||
|
*/
|
||||||
|
|
||||||
void this._patch(data);
|
void this._patch(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue