summaryrefslogtreecommitdiff
path: root/src/connector.js
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-06-12 22:23:55 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-06-12 22:23:55 -0500
commit81ce440269a29d70de5c806f03d064b0897cf7db (patch)
tree8dbb3128b427023037551d39bac97f72cc10da6a /src/connector.js
parent043317fc36bf39ab073941eae4611645637aaee9 (diff)
downloadimmich-frame-81ce440269a29d70de5c806f03d064b0897cf7db.tar.xz
immich-frame-81ce440269a29d70de5c806f03d064b0897cf7db.zip
integrate tailwind more and a few other minor features
Diffstat (limited to 'src/connector.js')
-rw-r--r--src/connector.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connector.js b/src/connector.js
index 03e6f3d..97071c6 100644
--- a/src/connector.js
+++ b/src/connector.js
@@ -47,6 +47,7 @@ class APIConnector {
return this.fetch("/albums")
}
+ albumSrc(key) { return `${this.url}/api/redirect/albums/${key}` }
assetSrc(key) { return `${this.url}/api/asset/${key}` }
assetThumbnailSrc(key) { return `${this.url}/api/asset/${key}/thumbnail` }
}