Polish before Release (#2621)
This commit is contained in:
parent
295f352ab5
commit
7a6ef173e2
8 changed files with 46 additions and 11 deletions
|
|
@ -32,7 +32,7 @@ import {StreamType} from "../../_models/dashboard/stream-type.enum";
|
|||
import {LoadingComponent} from "../../shared/loading/loading.component";
|
||||
import {ScrobbleProvider, ScrobblingService} from "../../_services/scrobbling.service";
|
||||
import {ToastrService} from "ngx-toastr";
|
||||
|
||||
import {ServerService} from "../../_services/server.service";
|
||||
|
||||
enum StreamId {
|
||||
OnDeck,
|
||||
|
|
@ -41,6 +41,7 @@ enum StreamId {
|
|||
MoreInGenre,
|
||||
}
|
||||
|
||||
|
||||
@Component({
|
||||
selector: 'app-dashboard',
|
||||
templateUrl: './dashboard.component.html',
|
||||
|
|
@ -67,6 +68,7 @@ export class DashboardComponent implements OnInit {
|
|||
private readonly dashboardService = inject(DashboardService);
|
||||
private readonly scrobblingService = inject(ScrobblingService);
|
||||
private readonly toastr = inject(ToastrService);
|
||||
private readonly serverService = inject(ServerService);
|
||||
|
||||
libraries$: Observable<Library[]> = this.libraryService.getLibraries().pipe(take(1), takeUntilDestroyed(this.destroyRef))
|
||||
isLoadingDashboard = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue