Added arn to the main repository
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package amvs
|
||||
|
||||
import "github.com/animenotifier/arn"
|
||||
import "github.com/animenotifier/notify.moe/arn"
|
||||
|
||||
func fetchAll() []*arn.AMV {
|
||||
return arn.FilterAMVs(func(amv *arn.AMV) bool {
|
||||
|
@ -2,7 +2,7 @@ package amvs
|
||||
|
||||
import (
|
||||
"github.com/aerogo/aero"
|
||||
"github.com/animenotifier/arn"
|
||||
"github.com/animenotifier/notify.moe/arn"
|
||||
"github.com/animenotifier/notify.moe/components"
|
||||
"github.com/animenotifier/notify.moe/utils"
|
||||
"github.com/animenotifier/notify.moe/utils/infinitescroll"
|
||||
|
Reference in New Issue
Block a user