aboutsummaryrefslogtreecommitdiff
path: root/src/header.go
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/header.go
parentad746266b7e4b0e98186717e35224870f360c073 (diff)
downloadtermsonic-426ce758c8c3e8bbd0ea92a5f3dc71240cabee84.tar.gz
termsonic-426ce758c8c3e8bbd0ea92a5f3dc71240cabee84.zip
use github.com/supersonic-app/go-subsonicHEADmain
Diffstat (limited to 'src/header.go')
-rw-r--r--src/header.go2
1 files changed, 1 insertions, 1 deletions
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