mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix lint after last commit
This commit is contained in:
parent
811a809e1b
commit
5f9d33fe21
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ define(["browser", "datetime", "backdrop", "libraryBrowser", "listView", "imageL
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
context.querySelector(".nowPlayingEpisode").innerHTML = item.Name;
|
context.querySelector(".nowPlayingEpisode").innerHTML = item.Name;
|
||||||
} else {
|
} else {
|
||||||
context.querySelector(".nowPlayingPageTitle").innerHTML = displayName;
|
context.querySelector(".nowPlayingPageTitle").innerHTML = displayName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue