mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Fix typo.
This commit is contained in:
parent
ff74cd460d
commit
819706e616
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ def add_book(self, info, name, size, ctime):
|
|||
book.datetime = ctime
|
||||
self.append(book)
|
||||
self.set_next_id(cid+1)
|
||||
self.set_playlists(book.id, info.tags
|
||||
self.set_playlists(book.id, info.tags)
|
||||
|
||||
|
||||
def playlist_by_title(self, title):
|
||||
|
|
|
|||
Loading…
Reference in a new issue