mirror of
https://github.com/hkalexling/Mango.git
synced 2026-04-25 00:00:52 -04:00
Ignore thumbnail progress in cache (fixes #270)
This commit is contained in:
+1
-1
@@ -240,7 +240,7 @@ struct APIRouter
|
||||
}
|
||||
get "/api/admin/thumbnail_progress" do |env|
|
||||
send_json env, {
|
||||
"progress" => Library.default.thumbnail_generation_progress,
|
||||
"progress" => Library.default.thumbnail_ctx.progress,
|
||||
}.to_json
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user