jellyfin / jellyfin-roku

The Official Roku Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
442 stars 135 forks source link

Include special characters when filtering by # #1716

Closed 1hitsong closed 6 months ago

1hitsong commented 7 months ago

Changes

For items that start with special characters, the server sorts some as being "Less Than" the letter A, and some as being "Greater Than" the letter Z. Our current filtering for # in the A-Z list only includes those less than A. This causes users to have no path to filter to items such as Æon Flux.

This change includes the items greater than Z with the other special characters in the # filter.

Issues

Fixes #1296