cc-1799 : Filesystem
fixing track formatting if there's no track number.
This commit is contained in:
parent
b2e52a76c9
commit
0a78605633
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue