mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -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);
|
||||
$('#raw-stream-info-title').text(session.full_title);
|
||||
$('#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