mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2026-02-12 21:22:24 +00:00
[PR #3] [MERGED] Fix index setting and moving, lock track reads #55
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aaru-dps/RedBookPlayer/pull/3
Author: @mnadareski
Created: 6/5/2021
Status: ✅ Merged
Merged: 6/6/2021
Merged by: @claunia
Base:
devel← Head:devel📝 Commits (3)
09f1481Fix current index setting, lock reads (fixes #2)bc645c2Simplify next and previous index logicdf3d90aFix next/previous track, fix playing to end of track📊 Changes
1 file changed (+36 additions, -34 deletions)
View changed files
📝
RedBookPlayer/Player.cs(+36 -34)📄 Description
GetEnumerator().Current, which was always returningdefault(ushort)for the index keys, with a.Min()in order to find the first index in the track.CurrentIndexorCurrentTrack09f14810ddanddf3d90a530fixes #2bc645c21f0fixes #4🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.