Files
UNIT3D-Community-Edition/app/Http/Controllers/SimilarTorrentController.php
Roardom 1c7ab37676 fix: refresh meta button
Previously, the button would check if the cache key doesn't exist, then if so, add the cache key. But the middleware of ProcessMovieJob and ProcessTvJob will skip the update if the cache key is present.

Change the logic so that only the Job adds the cache key.

fixes #4745
2025-06-07 17:39:57 +00:00

5.1 KiB