Update src/javascript/enhancements/languageDisplay.js
Co-authored-by: kaffem <29717789+kaffem@users.noreply.github.com>
This commit is contained in:
parent
3178d145a0
commit
2960d2ce60
1 changed files with 1 additions and 1 deletions
|
@ -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 :/
|
||||
|
|
Loading…
Add table
Reference in a new issue