mirror of
https://github.com/KokaKiwi/BarInsta
synced 2024-11-22 06:37:30 +00:00
something something file path
This commit is contained in:
parent
05f332bc07
commit
e141b17701
@ -940,7 +940,7 @@ public final class Utils {
|
||||
@NonNull
|
||||
private static File getDownloadSaveFile(final File finalDir, @NonNull final BasePostModel model, final String sliderPrefix) {
|
||||
final String displayUrl = model.getDisplayUrl();
|
||||
return new File(finalDir, model.getPostId() + '_' + model.getTimestamp() + sliderPrefix +
|
||||
return new File(finalDir, model.getPostId() + '_' + model.getPosition() + sliderPrefix +
|
||||
getExtensionFromModel(displayUrl, model));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user