mirror of
https://github.com/beetbox/beets.git
synced 2026-02-27 17:53:12 +01:00
fixed typo from cursor simplification
--HG-- extra : convert_revision : svn%3A41726ec3-264d-0410-9c23-a9f1637257cc/trunk%4068
This commit is contained in:
parent
0be8ffcf32
commit
9090ef25b5
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ class Item(object):
|
|||
if load_id is None:
|
||||
load_id = self.id
|
||||
|
||||
self.library.conn.execute(
|
||||
c = self.library.conn.execute(
|
||||
'select * from items where id=?', (load_id,) )
|
||||
self._fill_record(c.fetchone())
|
||||
c.close()
|
||||
|
|
|
|||
Loading…
Reference in a new issue