mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Add permalink property to SoundCloudTrack
This commit is contained in:
@@ -13,6 +13,10 @@ export interface SoundTrackJSON {
|
||||
* SoundCloud Track url
|
||||
*/
|
||||
url: string;
|
||||
/**
|
||||
* User friendly SoundCloud track URL
|
||||
*/
|
||||
permalink: string;
|
||||
/**
|
||||
* SoundCloud Track fetched status
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user