Add TODO comments to other places

pull/2471/head
Samantaz Fox 2021-10-29 14:53:57 +02:00
rodzic 33780f1995
commit 0ec94405ce
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F42821059186176E
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -95,6 +95,7 @@ struct SearchVideo
end
end
# TODO: remove the locale and follow the crystal convention
def to_json(locale : Hash(String, JSON::Any) | Nil, _json : Nil)
JSON.build do |json|
to_json(locale, json)
@ -159,6 +160,7 @@ struct SearchPlaylist
end
end
# TODO: remove the locale and follow the crystal convention
def to_json(locale : Hash(String, JSON::Any) | Nil, _json : Nil)
JSON.build do |json|
to_json(locale, json)
@ -211,6 +213,7 @@ struct SearchChannel
end
end
# TODO: remove the locale and follow the crystal convention
def to_json(locale : Hash(String, JSON::Any) | Nil, _json : Nil)
JSON.build do |json|
to_json(locale, json)
@ -245,6 +248,7 @@ class Category
end
end
# TODO: remove the locale and follow the crystal convention
def to_json(locale : Hash(String, JSON::Any) | Nil, _json : Nil)
JSON.build do |json|
to_json(locale, json)