Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model.py
diff options
context:
space:
mode:
Diffstat (limited to 'model.py')
-rw-r--r--model.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/model.py b/model.py
index 4e902f9..c9f2a90 100644
--- a/model.py
+++ b/model.py
@@ -396,6 +396,8 @@ class Model:
tBytes = os.stat(thumbFile)[6]
recd.thumbBytes = tBytes
+ recd.tags = ""
+
#load the mediafile
mediaFile = os.path.join(Instance.instancePath, recd.mediaFilename)
mediaMd5 = utils.md5File( mediaFile )