mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Change type to media_type
This commit is contained in:
parent
c70cc535e5
commit
77460f7617
5 changed files with 32 additions and 22 deletions
|
@ -771,7 +771,7 @@
|
|||
async: true,
|
||||
data: {
|
||||
count: recently_added_count,
|
||||
type: recently_added_type
|
||||
media_type: recently_added_type
|
||||
},
|
||||
complete: function (xhr, status) {
|
||||
$("#recentlyAdded").html(xhr.responseText);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue