Change name due to organization move

This commit is contained in:
bytedream 2022-07-07 21:21:44 +02:00
parent d65226252d
commit f1a41d6d3b
13 changed files with 44 additions and 46 deletions

View file

@ -1,8 +1,6 @@
package utils
import (
"github.com/ByteDream/crunchyroll-go/v2"
)
import "github.com/crunchy-labs/crunchyroll-go/v2"
// AllLocales is an array of all available locales.
var AllLocales = []crunchyroll.LOCALE{

View file

@ -1,7 +1,7 @@
package utils
import (
"github.com/ByteDream/crunchyroll-go/v2"
"github.com/crunchy-labs/crunchyroll-go/v2"
"sort"
"strconv"
"strings"