-
Notifications
You must be signed in to change notification settings - Fork 15
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
Don't download file again if it's already downloaded (#141) #145
Conversation
FCM
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@krida2000, обновите, пожалуйста, до последнего мейна.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@krida2000, отписал о небольшом баге - посмотрите, пожалуйста, воспроизводится ли у Вас. Если это я что-то сломал, то искренне прошу прощения! В остальном всё LGTM 👍
Additionally: - add `StorageFile.url` getter - change default `Config.downloads` to `` Co-authored-by: SleepySquash <nordnikita@icloud.com> 4a5a7e9
Resolves #141
Synopsis
Метод PlatformUtils.download не сравнивает размеры файлов, имеющих одинаковое название, и просто дописывает (2), (3) и так далее файлу при загрузке.
Solution
Нужно добавить проверку на то скачан ли файл перед его скачиванием.
Checklist
k::
labels applied