[PR #847] [MERGED] Better audio-only check #1191

Closed
opened 2026-01-29 16:25:56 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/847
Author: @Deterous
Created: 5/18/2025
Status: Merged
Merged: 5/19/2025
Merged by: @mnadareski

Base: masterHead: master


📝 Commits (10+)

📊 Changes

3 files changed (+46 additions, -17 deletions)

View changed files

📝 CHANGELIST.md (+1 -0)
📝 MPF.Processors/BaseProcessor.cs (+30 -0)
📝 MPF.Processors/Redumper.cs (+15 -17)

📄 Description

Fixes #810


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/847 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 5/18/2025 **Status:** ✅ Merged **Merged:** 5/19/2025 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`a8cc98a`](https://github.com/SabreTools/MPF/commit/a8cc98a28db5f80ea7dab42f120c8b7d47346781) Better IsAudio() - [`2f4634f`](https://github.com/SabreTools/MPF/commit/2f4634f0912f65a4dc10a6dad55daba27d4ff4d4) null deref - [`635143b`](https://github.com/SabreTools/MPF/commit/635143b92ad1566e9b585e85d3ed08b912cc4644) Don't set fields if empty - [`8b94ef9`](https://github.com/SabreTools/MPF/commit/8b94ef9e64dab3ad25e7104ee9949726374d5d8f) Update Changelist - [`5750f42`](https://github.com/SabreTools/MPF/commit/5750f427cea92219c5ae583e56018228aa5fb857) Requested changes - [`5d5d685`](https://github.com/SabreTools/MPF/commit/5d5d6858df6bcb987dc89c236d70b2e40c7b41e1) fix build - [`ff5b80c`](https://github.com/SabreTools/MPF/commit/ff5b80c3b0c71decce7c16867a485cf12bb9d55e) fix build again - [`04b5c5a`](https://github.com/SabreTools/MPF/commit/04b5c5ab361f04c061346b714faf8f31de2f1312) string literal - [`56fa5c0`](https://github.com/SabreTools/MPF/commit/56fa5c00a84f370fd9ee4e4bd55d49e399247121) C# is dumb - [`cbe4e1e`](https://github.com/SabreTools/MPF/commit/cbe4e1e70c4b5f1fd914f8c0610f1185809efda0) Revert to original ### 📊 Changes **3 files changed** (+46 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+1 -0) 📝 `MPF.Processors/BaseProcessor.cs` (+30 -0) 📝 `MPF.Processors/Redumper.cs` (+15 -17) </details> ### 📄 Description Fixes #810 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1191