mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
GwR PersistentTemporaryFile fix
This commit is contained in:
parent
ef82b34381
commit
8ff15994b8
@ -55,7 +55,8 @@ class ITUNES(DevicePlugin):
|
||||
# Product IDs:
|
||||
# 0x129a:iPad
|
||||
# 0x1292:iPhone 3G
|
||||
PRODUCT_ID = [0x129a,0x1292]
|
||||
#PRODUCT_ID = [0x129a,0x1292]
|
||||
PRODUCT_ID = [0x129a]
|
||||
BCD = [0x01]
|
||||
|
||||
# Properties
|
||||
|
Loading…
x
Reference in New Issue
Block a user