mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add space to session start live tv log message
This commit is contained in:
parent
980fc8a43f
commit
5e4f656155
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# This file is part of Tautulli.
|
# This file is part of Tautulli.
|
||||||
#
|
#
|
||||||
# Tautulli is free software: you can redistribute it and/or modify
|
# Tautulli is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -139,7 +139,7 @@ class ActivityHandler(object):
|
||||||
|
|
||||||
logger.debug("Tautulli ActivityHandler :: Session %s started by user %s (%s) with ratingKey %s (%s)%s."
|
logger.debug("Tautulli ActivityHandler :: Session %s started by user %s (%s) with ratingKey %s (%s)%s."
|
||||||
% (str(self.session['session_key']), str(self.session['user_id']), self.session['username'],
|
% (str(self.session['session_key']), str(self.session['user_id']), self.session['username'],
|
||||||
str(self.session['rating_key']), self.session['full_title'], '[Live TV]' if self.session['live'] else ''))
|
str(self.session['rating_key']), self.session['full_title'], ' [Live TV]' if self.session['live'] else ''))
|
||||||
|
|
||||||
# Write the new session to our temp session table
|
# Write the new session to our temp session table
|
||||||
self.update_db_session(notify=True)
|
self.update_db_session(notify=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue