diff --git a/Pages/NowPlaying.cshtml b/Pages/NowPlaying.cshtml index 95a7195..2b3fd36 100644 --- a/Pages/NowPlaying.cshtml +++ b/Pages/NowPlaying.cshtml @@ -5,7 +5,7 @@ @{ ViewData["title"] = "now playing"; var db = new Database.DbConn(); - var albums = db.AlbumHistory.OrderByDescending(p => p.DateTime).Take(50); + var albums = db.AlbumHistory.OrderByDescending(p => p.DateTime).Take(30); }

Here you can see what kind of music I've been listening to lately. This table is updated every couple minutes from multiple data sources.

@@ -25,4 +25,4 @@ } - \ No newline at end of file +