mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #940680 (Error sending books to iTunes)
This commit is contained in:
parent
d4f7ba4456
commit
b781ff54d0
@ -543,6 +543,7 @@ class Metadata(object):
|
|||||||
# Happens if x is not a text, is_multiple field
|
# Happens if x is not a text, is_multiple field
|
||||||
# on self
|
# on self
|
||||||
lstags = []
|
lstags = []
|
||||||
|
self_tags = []
|
||||||
ot, st = map(frozenset, (lotags, lstags))
|
ot, st = map(frozenset, (lotags, lstags))
|
||||||
for t in st.intersection(ot):
|
for t in st.intersection(ot):
|
||||||
sidx = lstags.index(t)
|
sidx = lstags.index(t)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user