rename nsfwTags in yaml to nsfw-tags

This commit is contained in:
Rhiannon Morris 2020-07-14 06:52:35 +02:00
parent 5a5127a78c
commit 4e605b69a1
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ instance FromYAML Info where
<*> m .:? "artist"
<*> m .:? "warning"
<*> m .:? "tags" .!= []
<*> m .:? "nsfwTags" .!= []
<*> m .:? "nsfw-tags" .!= []
<*> m .:? "description"
<*> m .: "images"
<*> m .: "thumb"