[PR #10062] Fix the probing of m4a metadata with missing composer #12323

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

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

State: closed
Merged: Yes


Changes
The composer is not set in some of my m4a files. For some reason TagLibSharp returns the composer as an empty string in this case. This causes an exception in PeopleHelper.AddPerson, and thus probing fails.

IMHO we can simply ignore empty values.

Issues
Fixes: #10061

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10062 **State:** closed **Merged:** Yes --- **Changes** The composer is not set in some of my m4a files. For some reason TagLibSharp returns the composer as an empty string in this case. This causes an exception in PeopleHelper.AddPerson, and thus probing fails. IMHO we can simply ignore empty values. **Issues** Fixes: #10061
OVERLORD added the pull-request label 2026-02-07 06:53:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12323