Merge pull request #283 from zoff-music/feature/minimum-song-count-frontpage

Avoid frontpagelists not being to few
This commit is contained in:
Kasper Rynning-Tønnesen
2018-01-31 11:48:02 +01:00
committed by GitHub

View File

@@ -106,6 +106,8 @@ var Frontpage = {
}
$("#channels").append(card.html());
} else {
num--;
}
}
num++;