Fixed maximize drag and nested .rar extraction

This commit is contained in:
Geomitron
2020-03-09 10:52:41 -04:00
parent d7659554cc
commit 3a3c2b5476
7 changed files with 110 additions and 32 deletions

View File

@@ -172,7 +172,7 @@ export class ChartSidebarComponent {
this.selectedVersion.versionID, {
avTagName: this.selectedVersion.avTagName,
artist: this.songResult.artist,
charter: this.selectedVersion.charters,
charter: this.selectedVersion.charters, //TODO: get the charter name associated with this particular version
links: JSON.parse(this.selectedVersion.downloadLink)
})
}