summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2007-10-29 21:34:18 +0000
committerChristophe Fergeau <teuf@gnome.org>2007-10-29 21:34:18 +0000
commit0c365c1e713578373dac48e00c7c208f8cf5418a (patch)
treed7ea43a43f7395df4935e9a00d9ede495f74b720 /src
parent5e2286cb3013f637977955da2f3cec869b450f95 (diff)
downloadlibgpod-0c365c1e713578373dac48e00c7c208f8cf5418a.tar.gz
libgpod-0c365c1e713578373dac48e00c7c208f8cf5418a.tar.xz
libgpod-0c365c1e713578373dac48e00c7c208f8cf5418a.zip
* src/itdb_device.c: the iPod Touch probably uses the same image format
as the iPhone git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1745 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src')
-rw-r--r--src/itdb_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itdb_device.c b/src/itdb_device.c
index 13d6d11..ca64aaf 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -686,7 +686,7 @@ itdb_device_get_artwork_formats (Itdb_Device *device)
case ITDB_IPOD_GENERATION_CLASSIC_1:
return ipod_classic_1_artwork_info;
case ITDB_IPOD_GENERATION_TOUCH_1:
- return NULL; /* FIXME: */
+ return ipod_iphone_1_artwork_info;
case ITDB_IPOD_GENERATION_FIFTH:
case ITDB_IPOD_GENERATION_SIXTH:
return NULL;