Further speed up getting actor ID

- Drop the ignore casse
This commit is contained in:
tomkat83 2016-12-04 12:39:31 +01:00
parent 30f9518b82
commit 8689d043a5

View file

@ -283,7 +283,6 @@ class Kodidb_Functions():
"SELECT actor_id",
"FROM actor",
"WHERE name = ?",
"COLLATE NOCASE",
"LIMIT 1"
))
self.cursor.execute(query, (name,))