Skip to content

Commit

Permalink
Fix program because Google Photos changed their zip files to Photos-0…
Browse files Browse the repository at this point in the history
…01.zip
  • Loading branch information
sander1095 authored Feb 18, 2023
1 parent 296eef7 commit b76feb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhotosForGrandpa.WPF/ViewModels/OrganizerViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace PhotosForGrandpa.WPF.ViewModels
{
public class OrganizerViewModel
{
private string ZipFileFolderPath => Path.Combine(KnownFolders.Downloads.Path, "Photos.zip");
private string ZipFileFolderPath => Path.Combine(KnownFolders.Downloads.Path, "Photos-001.zip");
private string PhotoFolderPath => Path.Combine(KnownFolders.Pictures.Path, FolderName);
private string VideoFolderPath => Path.Combine(KnownFolders.Videos.Path, FolderName);

Expand Down

0 comments on commit b76feb4

Please sign in to comment.