cc-1799 : Filesystem

fixing track formatting if there's no track number.
This commit is contained in:
Naomi Aro 2011-06-24 18:47:27 +02:00
parent b2e52a76c9
commit 0a78605633
2 changed files with 5 additions and 2 deletions

View file

@ -102,6 +102,8 @@ class AirtimeMetadata:
def get_md_from_file(self, filepath):
self.logger.info("getting info from filepath %s", filepath)
md = {}
md5 = self.get_md5(filepath)
md['MDATA_KEY_MD5'] = md5