fix: correct PhotoPrism icon filename typo in backend metadata

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-15 04:01:12 +00:00
parent bd40fac0e6
commit b29f798e05
2 changed files with 141 additions and 369 deletions

View File

@@ -402,7 +402,7 @@ fn get_app_metadata(app_id: &str) -> AppMetadata {
"photoprism" => AppMetadata {
title: "PhotoPrism".to_string(),
description: "AI-powered photo management".to_string(),
icon: "/assets/img/app-icons/photoprims.svg".to_string(),
icon: "/assets/img/app-icons/photoprism.svg".to_string(),
repo: "https://github.com/photoprism/photoprism".to_string(),
tier: "",
},