aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ItemsController.cs
diff options
context:
space:
mode:
authorTheMelmacian <76712303+TheMelmacian@users.noreply.github.com>2026-05-12 01:47:07 +0200
committerTheMelmacian <76712303+TheMelmacian@users.noreply.github.com>2026-05-12 02:12:14 +0200
commit39049a726e1a88e8acf1d8cc5c217bc8d86be9ae (patch)
tree5239b36e5511781bbb4abea70054b3c7600bbb92 /Jellyfin.Api/Controllers/ItemsController.cs
parent5701cdce684dbbcdfdd5cc4c79586fe623e9f2d0 (diff)
move language filters from QueryFiltersLegacy to QueryFilters
Diffstat (limited to 'Jellyfin.Api/Controllers/ItemsController.cs')
-rw-r--r--Jellyfin.Api/Controllers/ItemsController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/ItemsController.cs b/Jellyfin.Api/Controllers/ItemsController.cs
index a813109c96..8eca2787b1 100644
--- a/Jellyfin.Api/Controllers/ItemsController.cs
+++ b/Jellyfin.Api/Controllers/ItemsController.cs
@@ -421,7 +421,7 @@ public class ItemsController : BaseJellyfinApiController
}
else
{
- // if we want to know if an item has no subtitles we don't need to check for subtitles of a specific language
+ // if we search for items without subtitles, we don't need to check for subtitles of a specific language
query.SubtitleLanguages = [];
}
}