Skip to content

Commit

Permalink
Исправлена ошибка с отображением некорректного списка серий(из другог…
Browse files Browse the repository at this point in the history
…о сезона) при смене озвучки
  • Loading branch information
kristal374 committed Sep 29, 2023
1 parent 3ef4747 commit 0bcfee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ async function updateDisplay(frames) {
dataPlayer["seasons"] = frames.seasons;
dataPlayer["episodes"] = frames.episodes;
displaySeasons();
displayEpisodes();
displaySettings["season_start"] = change_season.value;
displayEpisodes();
displaySettings["episode_start"] = change_episode.value;
await saveData();
}
Expand Down

0 comments on commit 0bcfee8

Please sign in to comment.