mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Refactor open Plex XML script
This commit is contained in:
parent
c85af521fe
commit
54f4696713
4 changed files with 11 additions and 10 deletions
|
@ -694,9 +694,7 @@
|
|||
});
|
||||
|
||||
$('#sessions-xml').on('tripleclick', function () {
|
||||
$.getJSON('return_plex_xml_url', {endpoint: '/status/sessions'}, function(xml_url) {
|
||||
window.open(xml_url, '_blank');
|
||||
});
|
||||
openPlexXML('/status/sessions');
|
||||
});
|
||||
% endif
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue