Added a patch to remove duplicates
This commit is contained in:
parent
91e8537e9e
commit
84568e3899
@ -0,0 +1,12 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/animenotifier/arn"
|
||||
)
|
||||
|
||||
func main() {
|
||||
for animeList := range arn.StreamAnimeLists() {
|
||||
animeList.RemoveDuplicates()
|
||||
animeList.Save()
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user