forked from rc/aircox
		
	doc
This commit is contained in:
		@ -67,6 +67,7 @@ class SoundFile:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    @property
 | 
					    @property
 | 
				
			||||||
    def sound_path(self):
 | 
					    def sound_path(self):
 | 
				
			||||||
 | 
					        """ Relative path name """
 | 
				
			||||||
        return self.path.replace(conf.MEDIA_ROOT + '/', '')
 | 
					        return self.path.replace(conf.MEDIA_ROOT + '/', '')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def sync(self, sound=None, program=None, deleted=False, **kwargs):
 | 
					    def sync(self, sound=None, program=None, deleted=False, **kwargs):
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user