parent
0486934d81
commit
9b1085c134
1 changed files with 2 additions and 2 deletions
|
@ -678,8 +678,8 @@ class KodiDBMethods(object):
|
||||||
self.cursor.execute(query, (path,))
|
self.cursor.execute(query, (path,))
|
||||||
path_id = self.cursor.fetchall()
|
path_id = self.cursor.fetchall()
|
||||||
if len(path_id) != 1:
|
if len(path_id) != 1:
|
||||||
LOG.error('Found wrong number of path ids: %s for path %s, abort',
|
LOG.debug('Found wrong number of path ids: %s for path %s, abort',
|
||||||
path_id, path)
|
path_id, path)
|
||||||
return
|
return
|
||||||
query = '''
|
query = '''
|
||||||
SELECT idSong
|
SELECT idSong
|
||||||
|
|
Loading…
Reference in a new issue