Reduce block verbosity further

This commit is contained in:
syeopite
2021-09-26 14:58:48 -07:00
parent b8f27a42a7
commit 17e481c107
3 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ struct PlaylistVideo
if xml
to_xml(auto_generated, xml)
else
XML.build do |xml| # Why was this `json`?
XML.build do |xml|
to_xml(auto_generated, xml)
end
end