Backend: Move viewer package to /internal/entity/search/viewer

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-07-02 08:06:02 +02:00
parent e5bbff4020
commit f47b1ef81a
5 changed files with 1 additions and 1 deletions

View File

@@ -5,9 +5,9 @@ import (
"github.com/photoprism/photoprism/internal/entity" "github.com/photoprism/photoprism/internal/entity"
"github.com/photoprism/photoprism/internal/entity/search/viewer"
"github.com/photoprism/photoprism/internal/form" "github.com/photoprism/photoprism/internal/form"
"github.com/photoprism/photoprism/internal/thumb" "github.com/photoprism/photoprism/internal/thumb"
"github.com/photoprism/photoprism/internal/viewer"
) )
// PhotosViewerResults finds photos based on the search form provided and returns them as viewer.Results. // PhotosViewerResults finds photos based on the search form provided and returns them as viewer.Results.