aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/server/ApiManagers/GooglePhotosManager.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/ApiManagers/GooglePhotosManager.ts b/src/server/ApiManagers/GooglePhotosManager.ts
index 1f6051c28..67eb92a18 100644
--- a/src/server/ApiManagers/GooglePhotosManager.ts
+++ b/src/server/ApiManagers/GooglePhotosManager.ts
@@ -31,6 +31,9 @@ interface NewMediaItem {
}
const prefix = "google_photos_";
+/**
+ * This manager handles the creation of routes for google photos functionality.
+ */
export default class GooglePhotosManager extends ApiManager {
protected initialize(register: Registration): void {