forked from rc/aircox
		
	check self.info is present
This commit is contained in:
		@ -188,7 +188,7 @@ class SoundFile:
 | 
			
		||||
        elif use_meta:
 | 
			
		||||
            if self.info is None:
 | 
			
		||||
                self.read_file_info()
 | 
			
		||||
            if self.info.tags:
 | 
			
		||||
            if self.info and self.info.tags:
 | 
			
		||||
                tags = self.info.tags
 | 
			
		||||
                title, artist, album, year = tuple(
 | 
			
		||||
                    t and ', '.join(t) for t in (
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user