Browse Source

Little fix

Pitu 7 years ago
parent
commit
61a4e984de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/albumsController.js

+ 1 - 1
controllers/albumsController.js

@@ -39,7 +39,7 @@ albumsController.list = function(req, res, next){
 						if(domain.hasOwnProperty('resolve'))
 							basedomain = domain.resolve
 
-				album.identifier = basedomain + '/' + album.identifier
+				album.identifier = basedomain + '/a/' + album.identifier
 
 				ids.push(album.id)
 			}