Change type to media_type
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user