Update inkbunny.ex

This commit is contained in:
Chaska 2024-05-12 15:44:51 -05:00 committed by GitHub
parent 37d6890f9c
commit 9fa4d00bd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ defmodule Philomena.Scrapers.Inkbunny do
rating =
cond do
[] = r ->
r == [] ->
rating
Enum.find(r, fn x -> x["name"] == "Strong Violence" end) ->