Update src/javascript/enhancements/languageDisplay.js

Co-authored-by: kaffem <29717789+kaffem@users.noreply.github.com>
This commit is contained in:
Daniel 2020-10-01 20:08:29 +02:00 committed by GitHub
parent 3178d145a0
commit 2960d2ce60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ function updateLanguageDisplayBoxMode(node) {
}
function dopUpdateLanguageDisplay(parent, isBoxedModed) {
function doUpdateLanguageDisplay(parent, isBoxedModed) {
const listLangPrefix = 'ep.lang.';
const boxLangPrefix = 'episodeObject.lang.';
// aniwatch uses different prefixes in list und box mode :/