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
+1 -3
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;
}