diff --git a/Photos/Models/Photo.cs b/Photos/Models/Photo.cs index aa44e2e..88596d3 100644 --- a/Photos/Models/Photo.cs +++ b/Photos/Models/Photo.cs @@ -112,6 +112,6 @@ public static partial class PhotoExtension { toAddTo.Add(photo); } - }); // TODO: When reopening folder this throws exception + }); } } \ No newline at end of file