mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-21 05:43:22 -07:00
Refresh stream location on activity cards
This commit is contained in:
parent
ecaca4e5dc
commit
19680d3bc7
2 changed files with 3 additions and 1 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue