mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Rename get_log
This commit is contained in:
parent
93a1d9c164
commit
b50c92f919
2 changed files with 2 additions and 2 deletions
|
@ -198,7 +198,7 @@
|
|||
var selected_log_level = null;
|
||||
function loadPlexPyLogs(selected_log_level) {
|
||||
log_table_options.ajax = {
|
||||
url: "getLog",
|
||||
url: "get_log",
|
||||
type: 'post',
|
||||
data: function (d) {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue