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
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() {