-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect Next track ID after import chapters #288
Comments
Fixed by 63190a4 Release should be up soon. I still have some general housekeeping to do here and there. |
A few days ago I started an approach to implement my long suggested approach to an I noticed, that you use a I hope I can support the project by submitting some code soon :-) In case you want to keep track: main...sandreas:atldotnet:feature_map_field |
It's perfectly fine as long as you keep up with the latest commits (= no merging required on my side).
I just needed a proof of concept to highlight how
I'll probably be switching to that for the next major version. I've been coding a lot with Kotlin lately and have grown accustomed to working with the nullable syntax 😄
Cheers! |
The fix for the issue you reported has been delivered in today's v6.08 Please close the issue if it works on your side~ |
Works as expected. Thank you very much. |
A
tone
user found out, that theNext track ID
is invalid after importing chapters in anm4b
file, reference issue is:sandreas/tone#51
After tagging you can check the file via:
I reproduced this with the original atldotnet 6.7.0
Track
class with the code below. Sample files can be downloaded from (you won't need thetxt
file, the code sample includes the chapters as json):https://mega.nz/file/UiAVnKyK#A8AvSDr_k8u5LsBljLy4UmFcOCZ7-kh02LUTlLd3o-s
The text was updated successfully, but these errors were encountered: