mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 21:33:18 -07:00
Make sure all datatables are using POST
This commit is contained in:
parent
c35fcc727c
commit
36b80aa6d3
8 changed files with 27 additions and 19 deletions
|
@ -374,7 +374,7 @@ DOCUMENTATION :: END
|
|||
// Build watch history table
|
||||
history_table_options.ajax = {
|
||||
url: 'get_history',
|
||||
type: 'post',
|
||||
type: 'POST',
|
||||
data: function ( d ) {
|
||||
return {
|
||||
json_data: JSON.stringify( d ),
|
||||
|
@ -406,7 +406,7 @@ DOCUMENTATION :: END
|
|||
// Build media info table
|
||||
media_info_table_options.ajax = {
|
||||
url: 'get_library_media_info',
|
||||
type: 'post',
|
||||
type: 'POST',
|
||||
data: function ( d ) {
|
||||
return {
|
||||
json_data: JSON.stringify( d ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue