Line up cards on the homepage

This commit is contained in:
JonnyWong16 2018-01-24 21:37:02 -08:00
commit a27c423569
2 changed files with 5 additions and 5 deletions

View file

@ -486,7 +486,7 @@
$('#synced_quality_profile-' + key).html(s.synced_quality_profile);
$('#location-' + key).html(s.location.toUpperCase());
if (s.media_type !== 'photo' && parseInt(s.bandwidth)) {
var bw = parseInt(s.bandwidth);
if (bw !== "Unknown") {