mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-03 10:45:52 +00:00
feat: allow /memory?id= in AndroidManifest (#25373)
Allow /memory?id= <!-- Allow singular memory route like /memory?id=... -->
This commit is contained in:
parent
3e21174dd8
commit
4ef699e9fa
1 changed files with 3 additions and 0 deletions
|
|
@ -117,6 +117,9 @@
|
|||
<data
|
||||
android:host="my.immich.app"
|
||||
android:pathPrefix="/memories/" />
|
||||
<data
|
||||
android:host="my.immich.app"
|
||||
android:path="/memory" />
|
||||
<data
|
||||
android:host="my.immich.app"
|
||||
android:pathPrefix="/photos/" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue