mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 16:52:58 -07:00
Fix stream info graph modal history table (Fixes Tautulli/Tautulli-Issues#142)
This commit is contained in:
parent
a749b71f7f
commit
571b5461c0
1 changed files with 1 additions and 1 deletions
|
@ -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')}"
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue