Add discord notification for v2 releases

This commit is contained in:
2025-10-08 17:41:10 +02:00
parent 96a9019eba
commit 725a441d9e
3 changed files with 29 additions and 13 deletions

View File

@@ -76,6 +76,10 @@ class EpisodeController extends Controller
DiscordReleaseNotification::dispatch($episode->slug, 'updateUHD');
}
if ($request->has('v2')) {
DiscordReleaseNotification::dispatch($episode->slug, 'v2');
}
cache()->flush();
return to_route('hentai.index', [