Music sync: Fix ProgrammingError

This commit is contained in:
tomkat83 2016-09-21 19:52:11 +02:00
parent 703b699470
commit b5b3b8380f

View file

@ -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 = []