mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix typo.
This commit is contained in:
parent
ff74cd460d
commit
819706e616
@ -291,7 +291,7 @@ class BookList(_BookList):
|
||||
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…
x
Reference in New Issue
Block a user