CC-2557 : Need to keep tmp file dictionary to change ogg metadata on the server side
This commit is contained in:
parent
e369ab8dee
commit
91feeaf84d
2 changed files with 35 additions and 29 deletions
|
@ -21,7 +21,6 @@ class MediaMonitorCommon:
|
|||
directory = os.path.normpath(directory)
|
||||
return (directory == filepath[0:len(directory)])
|
||||
|
||||
"""
|
||||
def is_temp_file(self, filename):
|
||||
info = filename.split(".")
|
||||
|
||||
|
@ -29,7 +28,6 @@ class MediaMonitorCommon:
|
|||
return True
|
||||
else:
|
||||
return False
|
||||
"""
|
||||
|
||||
def is_audio_file(self, filename):
|
||||
info = filename.split(".")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue