[PR #12065] Make m2ts extension case-insensitive #13077

Closed
opened 2026-02-07 07:06:45 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/12065

State: closed
Merged: Yes


Changes
files extension returned by GetDiscInfo() are always uppercase(.M2TS). It causes issue when original filenames are in lowercase. This fixes it by ignoring the case while keeping the order.

Issues
Fixes #12060

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/12065 **State:** closed **Merged:** Yes --- <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** files extension returned by GetDiscInfo() are always uppercase(.M2TS). It causes issue when original filenames are in lowercase. This fixes it by ignoring the case while keeping the order. **Issues** Fixes #12060
OVERLORD added the pull-request label 2026-02-07 07:06:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13077