From 571b5461c0b2227fa50f80fca33f72677bcaa6aa Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 1 Dec 2018 15:30:16 -0800 Subject: [PATCH] Fix stream info graph modal history table (Fixes Tautulli/Tautulli-Issues#142) --- data/interfaces/default/history_table_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')}" }; }