fix: correct typos for the special episodes setting (#1209)

Some typos were introduced by #1193, enableSpecialEpisodes and partialRequestsEnabled were mixed up.

fix #1208
This commit is contained in:
Gauthier
2024-12-31 14:15:10 +01:00
committed by GitHub
parent 7e94ad7210
commit ebe7d11a53
4 changed files with 10 additions and 10 deletions

View File

@@ -303,7 +303,7 @@ const TvDetails = ({ tv }: TvDetailsProps) => {
const showHasSpecials = data.seasons.some(
(season) =>
season.seasonNumber === 0 &&
settings.currentSettings.partialRequestsEnabled
settings.currentSettings.enableSpecialEpisodes
);
const isComplete =