From 8735570f3553d120fca89ad64179c10dcbf2c09f Mon Sep 17 00:00:00 2001 From: Ano-sys Date: Sat, 21 Mar 2026 17:13:45 +0100 Subject: [PATCH] Removed todo comment beacuse fixed --- Photos/Models/Photo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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