1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Cleanup old usages of languageCutoffNotMet

This commit is contained in:
Mark McDowall
2023-01-04 20:42:45 -08:00
parent fe5c52602a
commit 84e6649724
7 changed files with 4 additions and 30 deletions
@@ -161,7 +161,6 @@ export const actionHandlers = handleThunks({
const episodeFile = data.find((f) => f.id === id);
props.qualityCutoffNotMet = episodeFile.qualityCutoffNotMet;
props.languageCutoffNotMet = episodeFile.languageCutoffNotMet;
props.languages = file.languages;
props.quality = file.quality;
props.releaseGroup = file.releaseGroup;