mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
refactor star
This commit is contained in:
@@ -129,6 +129,14 @@ export class GetTopSongsResponse {
|
||||
}
|
||||
}
|
||||
|
||||
export class GetSongResponse {
|
||||
song: ChildElement
|
||||
|
||||
constructor(xml: Document) {
|
||||
this.song = new ChildElement(xml.getElementsByTagName('song')[0])
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// Album/song lists
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user