Fix log typo
This commit is contained in:
parent
bfef7a346e
commit
9c3c8b0d35
1 changed files with 1 additions and 1 deletions
|
@ -812,7 +812,7 @@ class KodiDBMethods(object):
|
||||||
"""
|
"""
|
||||||
Returns the collection/set id for set_name [unicode]
|
Returns the collection/set id for set_name [unicode]
|
||||||
"""
|
"""
|
||||||
LOG.debug("Adding boxset: %s", set_name)
|
LOG.debug("Adding movie set/collection: %s", set_name)
|
||||||
query = 'SELECT idSet FROM sets WHERE strSet = ? COLLATE NOCASE'
|
query = 'SELECT idSet FROM sets WHERE strSet = ? COLLATE NOCASE'
|
||||||
self.cursor.execute(query, (set_name,))
|
self.cursor.execute(query, (set_name,))
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue