rename nsfwTags in yaml to nsfw-tags
This commit is contained in:
parent
5a5127a78c
commit
4e605b69a1
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ instance FromYAML Info where
|
||||||
<*> m .:? "artist"
|
<*> m .:? "artist"
|
||||||
<*> m .:? "warning"
|
<*> m .:? "warning"
|
||||||
<*> m .:? "tags" .!= []
|
<*> m .:? "tags" .!= []
|
||||||
<*> m .:? "nsfwTags" .!= []
|
<*> m .:? "nsfw-tags" .!= []
|
||||||
<*> m .:? "description"
|
<*> m .:? "description"
|
||||||
<*> m .: "images"
|
<*> m .: "images"
|
||||||
<*> m .: "thumb"
|
<*> m .: "thumb"
|
||||||
|
|
Loading…
Reference in a new issue