Music sync: Fix ProgrammingError
This commit is contained in:
parent
703b699470
commit
b5b3b8380f
1 changed files with 1 additions and 1 deletions
|
@ -1749,7 +1749,7 @@ class Music(Items):
|
||||||
VALUES (?, ?, ?, ?)
|
VALUES (?, ?, ?, ?)
|
||||||
'''
|
'''
|
||||||
)
|
)
|
||||||
kodicursor.execute(query, (artistid, songid, index, artist_name))
|
kodicursor.execute(query, (artistid, songid, index, artist_name))
|
||||||
|
|
||||||
# Verify if album artist exists
|
# Verify if album artist exists
|
||||||
album_artists = []
|
album_artists = []
|
||||||
|
|
Loading…
Reference in a new issue