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