Move FileBrowser to own namespace & Bugfix album usage

This commit is contained in:
Philipp 2022-11-27 00:28:29 +01:00
parent 3607aa32ca
commit 051253a745
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
12 changed files with 38 additions and 34 deletions

View file

@ -1095,7 +1095,7 @@ var Dialog = {
if (id !== undefined) {
hash = hash + "-" + id;
}
return '/profile/' + localNickname + '/' + type + '/browser?mode=minimal#' + hash;
return 'media/' + type + '/browser?mode=minimal#' + hash;
},
_get_size: function() {