1
0
Fork 0
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:
mark5231 2023-02-07 09:16:57 -08:00 committed by GitHub
parent a494794e0b
commit 142c52a02c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;