Add a comment

This commit is contained in:
Leeingnyo 2021-09-15 01:27:05 +09:00
parent a3b2cdd372
commit d13cfc045f

View File

@ -467,6 +467,8 @@ class Storage
end end
# Limit mark targets with given arguments # 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), def mark_unavailable(ids_candidates : Array(String),
titles_candidates : Array(String)) titles_candidates : Array(String))
MainFiber.run do MainFiber.run do