mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Exclude activity from history table modal
This commit is contained in:
parent
8928a3c901
commit
01c4f45b77
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@
|
||||||
user_id: "${data['user_id']}",
|
user_id: "${data['user_id']}",
|
||||||
start_date: "${data['start_date']}",
|
start_date: "${data['start_date']}",
|
||||||
media_type: "${data.get('media_type') or 'all'}",
|
media_type: "${data.get('media_type') or 'all'}",
|
||||||
transcode_decision: "${data.get('transcode_decision')}"
|
transcode_decision: "${data.get('transcode_decision')}",
|
||||||
|
include_activity: false
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue