mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-31 07:11:33 +00:00
Little fix
This commit is contained in:
parent
36e17b0372
commit
61a4e984de
@ -39,7 +39,7 @@ albumsController.list = function(req, res, next){
|
|||||||
if(domain.hasOwnProperty('resolve'))
|
if(domain.hasOwnProperty('resolve'))
|
||||||
basedomain = domain.resolve
|
basedomain = domain.resolve
|
||||||
|
|
||||||
album.identifier = basedomain + '/' + album.identifier
|
album.identifier = basedomain + '/a/' + album.identifier
|
||||||
|
|
||||||
ids.push(album.id)
|
ids.push(album.id)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user