mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add all other bandwidth to WAN
This commit is contained in:
parent
eeb0478813
commit
4e55cf3cd4
1 changed files with 1 additions and 1 deletions
|
@ -4457,7 +4457,7 @@ class WebInterface(object):
|
|||
counts['total_bandwidth'] += helpers.cast_to_int(s['bandwidth'])
|
||||
if s['location'] == 'lan':
|
||||
counts['lan_bandwidth'] += helpers.cast_to_int(s['bandwidth'])
|
||||
elif s['location'] == 'wan':
|
||||
else:
|
||||
counts['wan_bandwidth'] += helpers.cast_to_int(s['bandwidth'])
|
||||
|
||||
result.update(counts)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue