aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Garrelou <simon@sixfoisneuf.fr>2024-09-22 10:07:53 +0200
committerSimon Garrelou <simon@sixfoisneuf.fr>2024-09-22 10:07:53 +0200
commit426ce758c8c3e8bbd0ea92a5f3dc71240cabee84 (patch)
tree519e9bfc8cde0ce7e6093f580c45a865c1cda1a1 /src
parentad746266b7e4b0e98186717e35224870f360c073 (diff)
downloadtermsonic-426ce758c8c3e8bbd0ea92a5f3dc71240cabee84.tar.gz
termsonic-426ce758c8c3e8bbd0ea92a5f3dc71240cabee84.zip
use github.com/supersonic-app/go-subsonicHEADmain
Diffstat (limited to 'src')
-rw-r--r--src/app.go2
-rw-r--r--src/header.go2
-rw-r--r--src/page_config.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/app.go b/src/app.go
index 4a15cc1..d5fc60f 100644
--- a/src/app.go
+++ b/src/app.go
@@ -7,7 +7,7 @@ import (
7 "time" 7 "time"
8 8
9 "git.sixfoisneuf.fr/termsonic/music" 9 "git.sixfoisneuf.fr/termsonic/music"
10 "github.com/delucks/go-subsonic" 10 "github.com/supersonic-app/go-subsonic/subsonic"
11 "github.com/gdamore/tcell/v2" 11 "github.com/gdamore/tcell/v2"
12 "github.com/rivo/tview" 12 "github.com/rivo/tview"
13) 13)
diff --git a/src/header.go b/src/header.go
index 961e5b0..84d0dd4 100644
--- a/src/header.go
+++ b/src/header.go
@@ -3,7 +3,7 @@ package src
3import ( 3import (
4 "fmt" 4 "fmt"
5 5
6 "github.com/delucks/go-subsonic" 6 "github.com/supersonic-app/go-subsonic/subsonic"
7 "github.com/rivo/tview" 7 "github.com/rivo/tview"
8) 8)
9 9
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)