You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2023. It is now read-only.
// TODO: Why do we overwrite the true album ID of a photo, by the externally provided one? I guess we need it, because the album which the user came from might also be a smart album or a tag album. However, in this case I would prefer to leave the `album_id untouched (don't rename it to `original_album_id`) and call this one `effective_album_id` instead.
43
43
photo.json.album_id=albumID;
44
44
45
-
if(!visible.photo())view.photo.show();
45
+
view.photo.show();
46
46
view.photo.init(autoplay);
47
47
lychee.imageview.show();
48
48
@@ -521,6 +521,10 @@ photo.setAlbum = function (photoIDs, albumID) {
0 commit comments