mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 09:12:58 -07:00
Ensure we default to the server log.
This commit is contained in:
parent
71d30af582
commit
932c93e573
1 changed files with 1 additions and 1 deletions
|
@ -1072,7 +1072,7 @@ class WebInterface(object):
|
||||||
@addtoapi()
|
@addtoapi()
|
||||||
def get_plex_log(self, window=1000, **kwargs):
|
def get_plex_log(self, window=1000, **kwargs):
|
||||||
log_lines = []
|
log_lines = []
|
||||||
log_type = ""
|
log_type = "server"
|
||||||
|
|
||||||
if 'log_type' in kwargs:
|
if 'log_type' in kwargs:
|
||||||
log_type = kwargs.get('log_type', "server")
|
log_type = kwargs.get('log_type', "server")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue