CC-3968: Cannot preview file as * .MP3
-fixed
This commit is contained in:
parent
d8a1a17f19
commit
22453f3820
4 changed files with 10 additions and 12 deletions
|
@ -212,7 +212,7 @@ class MediaMonitorCommon:
|
|||
|
||||
try:
|
||||
#will be in the format .ext
|
||||
file_ext = os.path.splitext(original_path)[1]
|
||||
file_ext = os.path.splitext(original_path)[1].lower()
|
||||
path_md = ['MDATA_KEY_TITLE', 'MDATA_KEY_CREATOR', 'MDATA_KEY_SOURCE', 'MDATA_KEY_TRACKNUMBER', 'MDATA_KEY_BITRATE']
|
||||
|
||||
md = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue