Change type to media_type

This commit is contained in:
JonnyWong16 2018-10-13 17:24:42 -07:00
commit 77460f7617
5 changed files with 32 additions and 22 deletions

View file

@ -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);