#36: Aircox ne reconnait pas les fichiers uploadés #75

Merged
thomas merged 4 commits from fix-1.0-36 into develop-1.0 2022-10-12 14:11:43 +00:00
Showing only changes of commit e873ff71e8 - Show all commits

View File

@ -67,6 +67,7 @@ class SoundFile:
@property
def sound_path(self):
""" Relative path name """
return self.path.replace(conf.MEDIA_ROOT + '/', '')
def sync(self, sound=None, program=None, deleted=False, **kwargs):