diff --git a/js/public.js b/js/public.js
index cce373b..5ead1e9 100644
--- a/js/public.js
+++ b/js/public.js
@@ -150,15 +150,6 @@ function renderPublicGrid() {
? `
`
: ``;
- let streamingBadge = '';
- if (f.type === 'critique') {
- if (f.streaming && f.streaming !== 'Disponible en support physique ou Cinéma') {
- streamingBadge = `📺 ${f.streaming.split(',')[0]}
`;
- } else {
- streamingBadge = `🎟️ Physique / Cinéma
`;
- }
- }
-
if (f.type === 'critique') {
const starsHTML = getStarsHTML(f.rating) + `${parseFloat(f.rating)}`;
card.innerHTML = `