mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
Add "Upload Date" column
This commit is contained in:
@@ -54,6 +54,10 @@ export class ResultTableRowComponent implements OnInit {
|
||||
}
|
||||
}
|
||||
|
||||
get uploaded() {
|
||||
return this.song[0].modifiedTime
|
||||
}
|
||||
|
||||
get selected() {
|
||||
return this.selectionService.selections[this.groupId] ?? false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user