Add permalink property to SoundCloudTrack

This commit is contained in:
absidue
2022-02-27 11:28:45 +01:00
parent d1d0b7256a
commit 771b15e09f
2 changed files with 10 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ export interface SoundTrackJSON {
* SoundCloud Track url
*/
url: string;
/**
* User friendly SoundCloud track URL
*/
permalink: string;
/**
* SoundCloud Track fetched status
*/