mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Sorted raw stream info json
This commit is contained in:
parent
7559c0c6f8
commit
567bba0c44
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@
|
||||||
var session = $.parseJSON(xhr.responseText);
|
var session = $.parseJSON(xhr.responseText);
|
||||||
$('#raw-stream-info-title').text(session.full_title);
|
$('#raw-stream-info-title').text(session.full_title);
|
||||||
$('#raw-stream-info-user').text(session.friendly_name);
|
$('#raw-stream-info-user').text(session.friendly_name);
|
||||||
$('#raw-stream-info').text(JSON.stringify(session, null, '\t'));
|
$('#raw-stream-info').text(JSON.stringify(session, Object.keys(session).sort(), 4));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue