aboutsummaryrefslogtreecommitdiff
path: root/src/page_config.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/page_config.go')
-rw-r--r--src/page_config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page_config.go b/src/page_config.go
index faa3b97..3e9d999 100644
--- a/src/page_config.go
+++ b/src/page_config.go
@@ -4,7 +4,7 @@ import (
4 "fmt" 4 "fmt"
5 "net/http" 5 "net/http"
6 6
7 "github.com/delucks/go-subsonic" 7 "github.com/supersonic-app/go-subsonic/subsonic"
8 "github.com/gdamore/tcell/v2" 8 "github.com/gdamore/tcell/v2"
9 "github.com/rivo/tview" 9 "github.com/rivo/tview"
10) 10)