aboutsummaryrefslogtreecommitdiff
path: root/cmd/volumes.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/volumes.go')
-rw-r--r--cmd/volumes.go11
1 files changed, 5 insertions, 6 deletions
diff --git a/cmd/volumes.go b/cmd/volumes.go
index 1fb54ce..5b77e41 100644
--- a/cmd/volumes.go
+++ b/cmd/volumes.go
@@ -22,11 +22,10 @@ import (
"os"
"fmt"
"strings"
- "github.com/MikunoNaka/macli/ui"
- "github.com/MikunoNaka/macli/util"
- "github.com/MikunoNaka/macli/mal"
- m "github.com/MikunoNaka/MAL2Go/v4/manga"
-
+ "vidhukant.com/macli/ui"
+ "vidhukant.com/macli/util"
+ "vidhukant.com/macli/mal"
+ "vidhukant.com/mg"
"github.com/spf13/cobra"
)
@@ -55,7 +54,7 @@ var volumesCmd = &cobra.Command{
ui.PromptLength = conf.PromptLength
mal.Init()
- var selectedManga m.Manga
+ var selectedManga mg.Manga
if entryId > 0 {
selectedManga = mal.GetMangaData(entryId, []string{"my_list_status", "num_volumes"})
}