mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Rename API command to get_exports_table
This commit is contained in:
parent
9a7d6ea7d7
commit
dd1dc00430
4 changed files with 101 additions and 101 deletions
|
@ -896,7 +896,7 @@ DOCUMENTATION :: END
|
|||
function loadExportTable() {
|
||||
// Build export table
|
||||
export_table_options.ajax = {
|
||||
url: 'get_library_export',
|
||||
url: 'get_export_list',
|
||||
type: 'POST',
|
||||
data: function ( d ) {
|
||||
return {
|
||||
|
|
|
@ -517,7 +517,7 @@ DOCUMENTATION :: END
|
|||
function loadExportTable() {
|
||||
// Build export table
|
||||
export_table_options.ajax = {
|
||||
url: 'get_library_export',
|
||||
url: 'get_export_list',
|
||||
type: 'POST',
|
||||
data: function ( d ) {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue