We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, pretty much as title, I seem to be seeing that remove_from_library: true will only remove an item if it is not found in any source lists.
remove_from_library: true
Ignoring the fact that if the item comes beyond position X, where X = max_count, it should also be removed, to respect the max_count amount.
max_count
This issue mentions a solution of simply deleting all the links before running, but seems quite extreme when it might only need to remove 1 file etc.
The text was updated successfully, but these errors were encountered:
Just wanted to comment and flag that I'm seeing the same thing.
Sorry, something went wrong.
This issue still exists. I am using the beta branch.
No branches or pull requests
Hi, pretty much as title, I seem to be seeing that
remove_from_library: true
will only remove an item if it is not found in any source lists.Ignoring the fact that if the item comes beyond position X, where X =
max_count
, it should also be removed, to respect themax_count
amount.This issue mentions a solution of simply deleting all the links before running, but seems quite extreme when it might only need to remove 1 file etc.
The text was updated successfully, but these errors were encountered: