diff --git a/data/interfaces/default/info.html b/data/interfaces/default/info.html
index 711d2a99..07575c49 100644
--- a/data/interfaces/default/info.html
+++ b/data/interfaces/default/info.html
@@ -1049,7 +1049,11 @@ DOCUMENTATION :: END
$.ajax({
url: 'item_user_stats',
async: true,
- data: { rating_key: "${data['rating_key']}", show_all_users: $('#switch-show-all-users').prop('checked') },
+ data: {
+ rating_key: "${data['rating_key']}",
+ media_type: "${data['media_type']}",
+ show_all_users: $('#switch-show-all-users').prop('checked')
+ },
complete: function(xhr, status) {
$("#user-stats").html(xhr.responseText);
}