mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
auto-organize fixes
This commit is contained in:
parent
7a38834360
commit
e54e1697fd
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
function initEpisodeForm(context, item) {
|
function initEpisodeForm(context, item) {
|
||||||
|
|
||||||
if (!item.ExtractedName || item.ExtractedName.length < 4) {
|
if (!item.ExtractedName || item.ExtractedName.length < 3) {
|
||||||
context.querySelector('.fldRemember').classList.add('hide');
|
context.querySelector('.fldRemember').classList.add('hide');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue