mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-31 03:50:11 -07:00
Ability to stop a stream using session key
This commit is contained in:
parent
c18ee81130
commit
8c0bcd0059
6 changed files with 46 additions and 12 deletions
|
@ -675,6 +675,7 @@
|
|||
$.ajax({
|
||||
url: 'terminate_session',
|
||||
data: {
|
||||
session_key: key,
|
||||
session_id: session_id,
|
||||
message: message
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue