क्रिकेट स्पोर्ट्स बॉलीवुड राजनीति जॉब - एजुकेशन बिजनेस लाइफस्टाइल देश अंतरराष्ट्रीय टेक्नोलॉजी छत्तीसगढ़

---Advertisement---

अमित जानी बोले- ‘काला हिरण’ सलमान की बायोपिक नहीं है:फिल्म बिश्नोई समाज पर आधारित, कहा- नोटिस भेजकर हम पर दबाव बनाया जा रहा है

On: जून 3, 2026 11:05 पूर्वाह्न
Follow Us:
red and white modern breaking news youtube thumbnail
---Advertisement---

फिल्म ‘काला हिरण’ को लेकर जारी विवाद के बीच फिल्म के प्रोड्यूसर अमित जानी ने सलमान खान की लीगल टीम के नोटिस पर रिएक्शन दिया है। अपने ऑफिशियल फेसबुक अकाउंट में पोस्ट किए वीडियो में अमित जानी ने कहा कि हमारी पूरी फिल्म सलमान खान की बायोपिक नहीं है। हमारी पूरी फिल्म सलमान खान के नजरिए से नहीं है। अमित जानी ने वीडियो में कहा, ‘सलमान खान की लीगल टीम की ओर से नोटिस भेजकर हम पर दबाव बनाया जा रहा है कि हम फिल्म की रिलीज रोक दें और 20 जून को टीजर जारी न करें।’ वहीं ABP न्यूज के साथ बातचीत में अमित जानी ने कहा है कि फिल्म ‘काला हिरण’ बिश्नोई समाज के संघर्ष, उनकी विरासत और वन्यजीवों के प्रति उनके समर्पण को दिखाती है। जानी ने कहा कि सलमान खान फिल्म का सिर्फ एक पार्ट हैं। ‘काला हिरण’ को लेकर सलमान खान की ओर से लीगल नोटिस भेजा गया था। न्यूज18 की रिपोर्ट में बताया गया था कि सलमान की ओर से लॉ फर्म DSK लीगल ने कास्टिंग डायरेक्टर अक्षय पांडे को एक लीगल नोटिस भेजा है। इस नोटिस में ‘काला हिरण’ नाम की प्रस्तावित फिल्म के प्रोडक्शन और प्रमोशन को तुरंत रोकने की मांग की गई है। नोटिस में कहा गया था कि यह फिल्म कथित तौर पर सलमान खान के काला हिरण शिकार मामले से प्रेरित है। सलमान की लीगल टीम का दावा है कि इस फिल्म से उनकी इमेज को नुकसान पहुंच सकता है, चल रही लीगल प्रक्रिया प्रभावित हो सक?

Join WhatsApp

Join Now

Join Telegram

Join Now

और पढ़ें

red and white modern breaking news youtube thumbnail

20 साल के मेन्सिक पहली बार फ्रेंच ओपन सेमीफाइनल में: नडाल-जोकोविच के 20 साल पुराने रिकॉर्ड की बराबरी; अब ज्वेरेव से खेलेंगे

red and white modern breaking news youtube thumbnail

दिल्ली में रेस्टोरेंट में आग लगी, 10 की मौत:मालवीय नगर में हादसा, बेसमेंट में फंसे 3 लोगों का रेस्क्यू; शॉर्ट सर्किट से आग की आशंका

red and white modern breaking news youtube thumbnail

CG 10th 12th Toppers Reward: 10वीं-12वीं के टॉपर्स को मिलेंगे 2-2 लाख रुपये, सूची तैयार

red and white modern breaking news youtube thumbnail

TRUMP TARIFF PLAN | भारत पर नया टैरिफ लगाने का प्रस्ताव तैयार

red and white modern breaking news youtube thumbnail

CG Weather Update: दंतेवाड़ा में बिजली गिरने से महिला की मौत, 11 घायल; प्रदेश में 5 दिन आंधी-बारिश का अलर्ट

red and white modern breaking news youtube thumbnail

अमित जानी बोले- ‘काला हिरण’ सलमान की बायोपिक नहीं है:फिल्म बिश्नोई समाज पर आधारित, कहा- नोटिस भेजकर हम पर दबाव बनाया जा रहा है

Leave a Comment

// Function to get current page info for sharing const currentUrl = window.location.href; const pageTitle = document.title; // --- 1. Follow Your Official Pages --- // These links go directly to the URLs you provided // Instagram Follow document.getElementById('wpliteInstagramFollow').addEventListener('click', function() { const instaUrl = 'https://www.instagram.com/worldprime.news?igsh=N3I0azl5ZTd1b3U5&utm_source=qr'; window.open(instaUrl, '_blank'); }); // Facebook Follow document.getElementById('wpliteFacebookFollow').addEventListener('click', function() { const fbUrl = 'https://www.facebook.com/share/1ATWDHQiYR/?mibextid=wwXIfr'; window.open(fbUrl, '_blank'); }); // --- 2. Share Current Page to Others --- // These remain as "Sharing" functions // WhatsApp Share document.getElementById('wpliteWhatsAppShare').addEventListener('click', function() { const whatsappUrl = 'https://api.whatsapp.com/send?text=' + encodeURIComponent(pageTitle + " " + currentUrl); window.open(whatsappUrl, '_blank'); }); // Twitter Share document.getElementById('wpliteTwitterShare').addEventListener('click', function() { const twitterUrl = 'https://twitter.com/intent/tweet?url=' + encodeURIComponent(currentUrl) + '&text=' + encodeURIComponent(pageTitle); window.open(twitterUrl, '_blank'); }); // --- 3. Mobile Native Share (The Floating Button) --- document.getElementById("mobileShareFloatingButton").addEventListener("click", function (e) { e.preventDefault(); if (navigator.share) { navigator.share({ title: pageTitle, url: currentUrl }) .then(() => console.log("Share successful")) .catch(err => console.error("Share failed", err)); } else { alert("Native sharing not supported. Use the icons below!"); } });