From 19e7fb6c2ca8ebd2c0fe93bf7deacc08ce013859 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Wed, 13 Feb 2008 08:59:06 +0000 Subject: Track.set_thumbnail() was renamed to Track.set_coverart_from_file() a long time ago git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1949 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- bindings/python/ipod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings/python') diff --git a/bindings/python/ipod.py b/bindings/python/ipod.py index 20fd510..f8e608e 100644 --- a/bindings/python/ipod.py +++ b/bindings/python/ipod.py @@ -315,7 +315,7 @@ class Track: self._set_userdata_utf8('filename',filename) possible_image = os.path.join(os.path.split(filename)[0],'folder.jpg') if os.path.exists(possible_image): - self.set_thumbnail(possible_image) + self.set_coverart_from_file(possible_image) try: audiofile = MP3(self._userdata_into_default_locale('filename')) except Exception, e: -- cgit