Skip to content
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

Fixes #1553, #1564 and #1573 #1574

Merged
merged 6 commits into from
Aug 19, 2022
Merged

Fixes #1553, #1564 and #1573 #1574

merged 6 commits into from
Aug 19, 2022

Conversation

rokonio
Copy link
Contributor

@rokonio rokonio commented Aug 14, 2022

Title

Fixes a bug where parameters in the config file wouldn't be loaded

Description

The parser provided default value in its argument parsing. But since the parser has the priority over the config file, the config file options were never used

Related Issue

Fixes #1553, #1564 and #1573

How Has This Been Tested?

I ran poetry run pytest --disable-vcr -vvv --vcr-record=none --ignore tests/utils/test_github.py --ignore tests/providers/lyrics/ and got no errors.
It was also linted using the same commands as in CONTRIBUTING

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • My code follows the code style of this project
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have read the CONTRIBUTING document
  • I have added tests to cover my changes
  • All new and existing tests passed

@rokonio rokonio marked this pull request as ready for review August 15, 2022 09:28
@TyraVex
Copy link

TyraVex commented Aug 18, 2022

This fixed #1573
Thanks !

@rokonio rokonio changed the title Fixes #1553, #1564 and maybe #1573 Fixes #1553, #1564 and #1573 Aug 19, 2022
@Silverarmor Silverarmor changed the base branch from master to dev August 19, 2022 22:44
@Silverarmor Silverarmor merged commit c773156 into spotDL:dev Aug 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom output option doesn't work (when in config?)
3 participants