mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Line up cards on the homepage
This commit is contained in:
parent
19680d3bc7
commit
a27c423569
2 changed files with 5 additions and 5 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue