Привет Перестали работать модуль вы недавно смотрели и
обновления сериалов хотя я делал как сказала алиса
<% if (typeof index === 'object') { %>
<% for (var type in index) { %>
<% if (index.hasOwnProperty(type) && index[type].length && type === 'episode') { %>
<div class="side-box">
<% index[type].forEach(function (category) { %>
<% /* Название блока */ %>
<div class="side-bt"><%- category.name %></div>
<% /* Цикл фильмов в блоке */ %>
<% if (category.movies.length) { %>
<% category.movies.forEach(function (movie) { %>
<div class="side-bc">
<a class="upd-item" href="<%- movie.pathname %>">
<span class="upd-title">
<%- movie.title %>
<% if (movie.season) { %><%- movie.season %> сезон<% } %>
</span>
<span class="upd-season">
<% if (movie.season) { %>
<%- movie.episode %> серия<% } %>
<% if (movie.translate) { %><%- movie.translate %>
<% } %>
</span>
<div class="upd-poster">
<img src="<%- movie.poster %>" alt="">
</div>
</a>
</div>
<% }); %>
<% } %>
<% }); %>
</div>
<% } %>
<% } %>
<% } %>
Вчера обновил систему но все равно не работает
обновления сериалов хотя я делал как сказала алиса
<% if (typeof index === 'object') { %>
<% for (var type in index) { %>
<% if (index.hasOwnProperty(type) && index[type].length && type === 'episode') { %>
<div class="side-box">
<% index[type].forEach(function (category) { %>
<% /* Название блока */ %>
<div class="side-bt"><%- category.name %></div>
<% /* Цикл фильмов в блоке */ %>
<% if (category.movies.length) { %>
<% category.movies.forEach(function (movie) { %>
<div class="side-bc">
<a class="upd-item" href="<%- movie.pathname %>">
<span class="upd-title">
<%- movie.title %>
<% if (movie.season) { %><%- movie.season %> сезон<% } %>
</span>
<span class="upd-season">
<% if (movie.season) { %>
<%- movie.episode %> серия<% } %>
<% if (movie.translate) { %><%- movie.translate %>
<% } %>
</span>
<div class="upd-poster">
<img src="<%- movie.poster %>" alt="">
</div>
</a>
</div>
<% }); %>
<% } %>
<% }); %>
</div>
<% } %>
<% } %>
<% } %>
Вчера обновил систему но все равно не работает