mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 14:13:40 -07:00
fix grouping in webserve
This commit is contained in:
parent
3b18432788
commit
f2957aeaae
1 changed files with 1 additions and 2 deletions
|
@ -2545,11 +2545,10 @@ class WebInterface(object):
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
"""
|
"""
|
||||||
grouping = helpers.bool_true(grouping, return_none=True)
|
|
||||||
|
|
||||||
graph = graphs.Graphs()
|
graph = graphs.Graphs()
|
||||||
result = graph.get_total_concurrent_streams_per_stream_type(time_range=time_range)
|
result = graph.get_total_concurrent_streams_per_stream_type(time_range=time_range)
|
||||||
|
logger.debug(result)
|
||||||
if result:
|
if result:
|
||||||
return result
|
return result
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue