tolerate missing user name
This commit is contained in:
		
							parent
							
								
									bbb44970e1
								
							
						
					
					
						commit
						0c2be1bcab
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -95,7 +95,7 @@ class TrackView(object): | ||||||
| 
 | 
 | ||||||
|     @Lazy |     @Lazy | ||||||
|     def user(self): |     def user(self): | ||||||
|         return self.metadata['userName'] |         return self.metadata.get('userName') or u'' | ||||||
| 
 | 
 | ||||||
|     userTitle = user |     userTitle = user | ||||||
|     userUrl = None |     userUrl = None | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue