Fix stream info graph modal history table (Fixes Tautulli/Tautulli-Issues#142)

This commit is contained in:
JonnyWong16 2018-12-01 15:30:16 -08:00
parent a749b71f7f
commit 571b5461c0

View file

@ -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')}"
};
}