1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

show first episode as next up

This commit is contained in:
Luke Pulverenti 2016-07-04 15:30:23 -04:00
parent caef426bf5
commit bf447bbed6

View file

@ -298,9 +298,7 @@
var section = page.querySelector('.nextUpSection');
var userData = item.UserData || {};
if (item.Type != 'Series' || !userData.PlayedPercentage) {
if (item.Type != 'Series') {
section.classList.add('hide');
return;
}