decodeURI for album titles
This commit is contained in:
		@@ -53,8 +53,8 @@
 | 
			
		||||
			{
 | 
			
		||||
				return [
 | 
			
		||||
					new DataKey("id", data.id)
 | 
			
		||||
					, new DataKey("title", data.name)
 | 
			
		||||
					, new DataKey("author", data.author)
 | 
			
		||||
					, new DataKey("title", decodeURI(data.name))
 | 
			
		||||
					, new DataKey("author", decodeURI(data.author))
 | 
			
		||||
					, new DataKey("hash", data.hash)
 | 
			
		||||
				];
 | 
			
		||||
			}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user