Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-06 19:32:49 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-06 19:32:49 (GMT)
commitd1bee2c30e32b7d05beb709dbd0fbf7383cd7cd7 (patch)
tree1fb2e88c3efdc7e1dba8ac4091b3ce6d75070de9 /constants.py
parent75606c87e12d7830fcf2e1b4d67459a239f7a446 (diff)
thumbnails from xml, not from datastore
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@887 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/constants.py b/constants.py
index c251522..8d2b661 100644
--- a/constants.py
+++ b/constants.py
@@ -35,7 +35,7 @@ class Constants:
recdThumbMd5 = "thumbMd5"
recdMediaBytes = "mediaBytes"
recdThumbBytes = "thumbBytes"
- recdBuddyThumb = "buddyThumb"
+ recdBase64Thumb = "base64Thumb"
recdDatastoreId = "datastoreId"
recdAudioImage = "audioImage"
recdAlbum = "album"