Scrobbling Polish and Some Scanner fixes (#3638)
Co-authored-by: Fesaa <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
parent
82e8f7fade
commit
f281a63934
19 changed files with 658 additions and 102 deletions
|
@ -103,6 +103,7 @@ export class UserScrobbleHistoryComponent implements OnInit {
|
|||
this.isLoading = true;
|
||||
this.cdRef.markForCheck();
|
||||
|
||||
// BUG: Table should be sorted by lastModifiedUtc by default
|
||||
this.scrobblingService.getScrobbleEvents({query, field, isDescending}, page, pageSize)
|
||||
.pipe(take(1))
|
||||
.subscribe((result: PaginatedResult<ScrobbleEvent[]>) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue