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
Bug Details
If you download a gallery from EH using the URL, the complete URL is set as a source-tag, including the query parameter "p" ([...]/g/xxxxxxx/xxxxxxx/?p=x) if you're on another page of the gallery, "?p=1" for example if you're on the second image page of the gallery.
(I hope you understand what I mean)
As the query parameter is included in the source-tag, the tsukihi extension will only show the gallery as already downloaded if you're on the exact same page. If you downloaded the gallery while being on page two, the extension won't recognize it if you're on page 1.
Matching Logs
none
Screenshots
The text was updated successfully, but these errors were encountered:
The URL cleanup routine that creates source tags now removes query parameters by default.
This will theoretically break source URLs for downloads that come from services where the only unique part is in query parameters (stuff like http://download.com/file?id=1234), but we don't have any of those right now so it's fine™️ ¯\_(ツ)_/¯
LRR Version and OS
Latest LRR Nightly on Docker
Bug Details
If you download a gallery from EH using the URL, the complete URL is set as a source-tag, including the query parameter "p" ([...]/g/xxxxxxx/xxxxxxx/?p=x) if you're on another page of the gallery, "?p=1" for example if you're on the second image page of the gallery.
(I hope you understand what I mean)
As the query parameter is included in the source-tag, the tsukihi extension will only show the gallery as already downloaded if you're on the exact same page. If you downloaded the gallery while being on page two, the extension won't recognize it if you're on page 1.
Matching Logs
none
Screenshots
The text was updated successfully, but these errors were encountered: