Ignore thumbnail progress in cache (fixes #270)

This commit is contained in:
Alex Ling
2022-01-26 09:10:47 +00:00
parent fea6c04c4f
commit 9b111b0ee8
2 changed files with 38 additions and 17 deletions
+1 -1
View File
@@ -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