Fix disc splitting error #264
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "shinji257/disc_split_fix_zotify"
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?
Might not be the most elegant way but didn't see another option. Original code add the parent twice to the output template and failed to re-introduce the filename template portion that was stripped during the split. This adds that back and corrects the second joinpath() so it references that rather than the split. split renamed to path to indicate what it contains.
Implemented this in my fork as a one-liner:
A bit cleaner but the same basic solution.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.