1
0
Fork 0
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:
Samuel 2020-04-10 13:09:25 -04:00 committed by GitHub
parent 811a809e1b
commit 5f9d33fe21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ define(["browser", "datetime", "backdrop", "libraryBrowser", "listView", "imageL
}
}
context.querySelector(".nowPlayingEpisode").innerHTML = item.Name;
} else {
} else {
context.querySelector(".nowPlayingPageTitle").innerHTML = displayName;
}