mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/controllers/itemDetails/index.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
a494794e0b
commit
142c52a02c
1 changed files with 1 additions and 1 deletions
|
@ -1046,7 +1046,7 @@ function renderStudio(page, item, context) {
|
|||
}).join(', ');
|
||||
|
||||
const studiosLabel = page.querySelector('.studiosLabel');
|
||||
studiosLabel.innerHTML = globalize.translate(studios.length > 1 ? 'Studios' : 'Studio');
|
||||
studiosLabel.innerText = globalize.translate(studios.length > 1 ? 'Studios' : 'Studio');
|
||||
const studiosValue = page.querySelector('.studios');
|
||||
studiosValue.innerHTML = html;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue