[PR #2] [MERGED] Update CueSheet.Deserializer.cs #25

Open
opened 2026-01-29 21:16:41 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/SabreTools.Serialization/pull/2
Author: @Deterous
Created: 12/29/2023
Status: Merged
Merged: 1/3/2024
Merged by: @mnadareski

Base: mainHead: Deterous-patch-1


📝 Commits (2)

  • e047c76 Update CueSheet.Deserializer.cs
  • b6b0dcc Explicitly deal with new track/file cases

📊 Changes

1 file changed (+14 additions, -1 deletions)

View changed files

📝 Files/CueSheet.Deserializer.cs (+14 -1)

📄 Description

Don't return null when cuesheet is not ended, instead return the current CUE file/track
This prevents Cuesheet deserializer from returning malformed tracks and files for multi-file CUEs.


🔄 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/SabreTools.Serialization/pull/2 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 12/29/2023 **Status:** ✅ Merged **Merged:** 1/3/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `main` ← **Head:** `Deterous-patch-1` --- ### 📝 Commits (2) - [`e047c76`](https://github.com/SabreTools/SabreTools.Serialization/commit/e047c76059ea1c78375986dcf10e757e4638deda) Update CueSheet.Deserializer.cs - [`b6b0dcc`](https://github.com/SabreTools/SabreTools.Serialization/commit/b6b0dccc3d88679629e9c081edb633a5b3ed8a6c) Explicitly deal with new track/file cases ### 📊 Changes **1 file changed** (+14 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Files/CueSheet.Deserializer.cs` (+14 -1) </details> ### 📄 Description Don't return null when cuesheet is not ended, instead return the current CUE file/track This prevents Cuesheet deserializer from returning malformed tracks and files for multi-file CUEs. --- <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 21:16:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/SabreTools.Serialization#25