Refresh stream location on activity cards

This commit is contained in:
JonnyWong16 2018-01-24 21:14:18 -08:00
commit 19680d3bc7
2 changed files with 3 additions and 1 deletions

View file

@ -485,6 +485,8 @@
$('#optimized_version-' + key).html(s.optimized_version_profile + ' (' + s.optimized_version_title + ')');
$('#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") {