ADVERTISEMENT

Report: Hook Entertainment did not pay Korean singer-actor Lee Seung-gi for his songs for 18 years

Published Nov 22, 2022 12:52 pm

Hook Entertainment, the Korean agency which manages Korean stars like Park Min-young, Oscar winner Youn Yuh-jung and Choi Gyu-ri, has been embroiled in another controversy.

Last Nov. 10, the police raided the headquarters of Hook Entertainment in Gangnam, Seoul and conducted a search and seizure. It was reported that part of the investigation is the alleged embezzlement of funds by some of the agency’s executives.

Korean singer and actor Lee Seung-gi (Instagram)

Actors being managed by Hook Entertainment including Lee Seung-gi and Oscar winner Youn Yuh-jung (Screenshot from Hook Entertainment website)

Following the raid, Korean singer and actor Lee Seung-gi sent a legal document to the company, requesting for the disclosure of financial documents related to his earnings.

Lee Seung-gi debuted as a singer and has been with Hook Entertainment for 18 years.

Korean media outlet Dispatch reported that Lee Seung-gi has released 27 albums containing 137 songs in the past 18 years from 2004 to 2022 but he did not get any cent from the sales from his agency.

Dispatch obtained documents that showed that from October 2009 to September 2022, Lee Seung-gi’s music earned revenues of 9.65 billion won (about $7.12 million), which all went to Hook Entertainment’s corporate bank account.

In addition, the data on music revenue and expenses on Lee Seung-gi’s music for five years from June 2004 to August 2009 disappeared.

If this is accounted for, Lee Seung-gi’s music sales were expected to exceed 10 billion won ($7.38 million).

The news report added that based on Lee Seung-gi’s contract with Hook Entertainment, there was a sharing ratio of 4:6 with 4 going to Lee Seung-gi and 6 to Hook in 2004. In 2009, it was changed to 6:4 in favor of Lee Seung-gi and 7:3 in 2017 in favor of the singer and actor.

It calculated that based on the sharing, 5.8 billion ($4.28 million), excluding the missing sales date from 2004 to 2009, should go to Lee Seung-gi.

While Lee Seung-gi worked hard for his agency, he was apparently being mistreated.

One of the directors of Hook Entertainment told the singer-actor’s manager, "Don't spend too much with the company money. Have Lee Seung-gi pay for his meal at least once a day during shooting. Lee Seung-gi has gone nuts. Know where to stick to, okay? This is my last warning," SBS News reported based on the Dispatch article.

On Nov. 17, Lee Seung-gi messaged one of Hook’s directors who threatened him.

"My manager told me that you are furious with me about asking for a transparent record of my earnings and payments that you will have me killed whatever happens. I asked for the record for the past year, but you weren't responding to it. I filed a legal document, because I wanted to claim my right. But how could you threaten me like this?"

He said, "I'm a 37-year-old grown up man, but I'm being treated like an unimportant 18-year-old high school student, who gets bashed for everything he does. It truly makes me feel frustrated. You've disregarded me, my family, manager and friends on purpose. I won't let you treat my people that way anymore. I'm going to step up now."

"If your threats refrain me from being in the industry, I'll take it as my destiny. I don't want to make things any worse with you. Please contact me through my attorney from now on,” he said.

As Hook Entertainment’s troubles mounted, its CEO, Kwon Jin-young, issued a statement.

"I am ashamed to face everyone, regardless of the truth behind the unfavorable talks about our company and myself, that have been coming out in the media. I'm sorry because everything is my fault, and the result of a lack of virtue," she said.

She said, "We ask for your understanding that we are refraining from expressing our position as we are currently in the clearing stage and there may be legal issues in the future. Once the agency or I have clearly identified the legal responsibility, I will take full responsibility without backing down or avoiding it."

“We will do our best not to interfere with the activities of our celebrities, and we will be more careful not to cause concerns in the future," Kwon Jin-young said.

Lee Seung-gi has starred in dramas such as "Brilliant Legacy," "My Girlfriend is a Gumiho," "Gu Family Book," "Vagabond" and "Mouse."

Related Tags

Hook Entertainment Lee Seung-gi
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.