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