mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Make metadata cache an advanced config option
This commit is contained in:
parent
c67fa480a7
commit
29ab470e42
3 changed files with 3 additions and 2 deletions
|
@ -266,7 +266,7 @@ def notify_custom_conditions(notifier_id=None, parameters=None):
|
|||
|
||||
elif parameter_type == 'float':
|
||||
parameter_value = float(parameter_value)
|
||||
|
||||
|
||||
except ValueError as e:
|
||||
logger.error(u"Tautulli NotificationHandler :: Unable to cast parameter '%s', value '%s', to type '%s'."
|
||||
% (parameter, parameter_value, parameter_type))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue