mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-03-28 06:17:46 +01:00
Update inkbunny.ex
This commit is contained in:
parent
37d6890f9c
commit
9fa4d00bd9
1 changed files with 1 additions and 1 deletions
|
@ -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) ->
|
||||
|
|
Loading…
Add table
Reference in a new issue