mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 14:13:40 -07:00
Again
This commit is contained in:
parent
76129c3748
commit
602e2efc44
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@
|
||||||
} else {
|
} else {
|
||||||
selected_user_id = val.join(",");
|
selected_user_id = val.join(",");
|
||||||
}
|
}
|
||||||
if (selected_user_id === graph_user_last_id) {
|
if (selected_user_id === history_user_last_id) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
history_user_last_id = selected_user_id;
|
history_user_last_id = selected_user_id;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue