diff --git a/patches/import-anilist/import-anilist.go b/patches/import-anilist/import-anilist.go new file mode 100644 index 00000000..fc774215 --- /dev/null +++ b/patches/import-anilist/import-anilist.go @@ -0,0 +1,9 @@ +package main + +import ( + "github.com/animenotifier/arn" +) + +func main() { + arn.PanicOnError(arn.AniList.Authorize()) +}