-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(cli): refactor and add album support #4434
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Hello @etnoy, thank you for your continuous work on this. I just tested the PR and saw an issue about album creation. Here is what the file systems look like In Here is the command I used When they get uploaded to the server, here is the result in the Albums tab And here is one of the album's name So I guess the album was created based on the absolute path of the file. I expected there will be two album that get created namely |
Thanks for testing. This might be a Windows issue, it works on Linux. Also, I copied the logic from the legacy CLI so the same issue is likely they're too. Will look into this later today |
I've added a check for windows, try again :) |
How this has been tested: