From d13cfc045fd344e4557f882bdc1eb748fb8bc0a0 Mon Sep 17 00:00:00 2001 From: Leeingnyo Date: Wed, 15 Sep 2021 01:27:05 +0900 Subject: [PATCH] Add a comment --- src/storage.cr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/storage.cr b/src/storage.cr index 2f01863..4511255 100644 --- a/src/storage.cr +++ b/src/storage.cr @@ -467,6 +467,8 @@ class Storage end # Limit mark targets with given arguments + # They should be checked again if they are really gone, + # since they would be available which are renamed or moved def mark_unavailable(ids_candidates : Array(String), titles_candidates : Array(String)) MainFiber.run do