- {{album.Rating}}/100
+ {{album['Album Rating']}}/100
Rating
diff --git a/dashboard/src/app/album/album.component.ts b/dashboard/src/app/album/album.component.ts
index c27e491..c750fcc 100644
--- a/dashboard/src/app/album/album.component.ts
+++ b/dashboard/src/app/album/album.component.ts
@@ -1,6 +1,5 @@
import { Component, OnInit, ViewChild } from '@angular/core';
import { ActivatedRoute, Params } from '@angular/router';
-import { Location } from '@angular/common';
import { ElsService } from './../els.service';
import { Song } from './../model/song';
@@ -19,6 +18,7 @@ export class AlbumComponent implements OnInit {
albumName = '';
songs: Array