Remove Thumbnail Preferences. (#1200)

* Remove thumbnail preferences. #1089

* Remove thumbnail preferences test.

* Remove thumbnail preferences from backend.

* Fix database.go

* Update generated TS files.

* Reorder the migrations.
This commit is contained in:
Googol Lee
2025-05-11 10:44:58 +02:00
committed by GitHub
parent 27a0b082d1
commit fe3cc16026
15 changed files with 32 additions and 625 deletions

View File

@@ -8,8 +8,6 @@ type SiteInfo {
periodicScanInterval: Int! @isAdmin
"How many max concurrent scanner jobs that should run at once"
concurrentWorkers: Int! @isAdmin
"The filter to use when generating thumbnails"
thumbnailMethod: ThumbnailFilter! @isAdmin
}
extend type Query {