diff --git a/data/interfaces/default/history_table_modal.html b/data/interfaces/default/history_table_modal.html index 87f58268..7db1a0eb 100644 --- a/data/interfaces/default/history_table_modal.html +++ b/data/interfaces/default/history_table_modal.html @@ -54,7 +54,7 @@ json_data: JSON.stringify(d), user_id: "${data['user_id']}", start_date: "${data['start_date']}", - media_type: "${data.get('media_type')}", + media_type: "${data.get('media_type') or 'all'}", transcode_decision: "${data.get('transcode_decision')}" }; }