mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix notification rating key being overwritten when retrieving lookup info
This commit is contained in:
parent
e6c2133bf5
commit
063271aabb
2 changed files with 4 additions and 1 deletions
|
@ -242,7 +242,7 @@ class MonitorDatabase(object):
|
|||
sql_results = self.action(query, args).fetchone()
|
||||
|
||||
if sql_results is None or sql_results == "":
|
||||
return ""
|
||||
return {}
|
||||
|
||||
return sql_results
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue