media type

master
Bob Mottram 2019-08-30 20:10:27 +01:00
parent b091349c9b
commit 5a7180e040
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ def attachMedia(baseDir: str,httpPrefix: str,domain: str,port: int, \
if fileExtension=='jpeg':
fileExtension='jpg'
if mediaType=='audio' and fileExtension=='mpeg':
if mediaType=='audio/mpeg':
fileExtension='mp3'
if port: