summaryrefslogtreecommitdiff
path: root/internal/probe
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-01 12:41:39 +0300
committerPaul Buetow <paul@buetow.org>2026-05-01 12:41:39 +0300
commit7e73839aef344012bb11c85d951794039b9933f5 (patch)
tree99bad143752e5bc73f8d9443e354dd6cc3eaa211 /internal/probe
parent27dbaf2b2d5895a091d04aa1c852abb91a619e2d (diff)
Rename Go module from codeberg.org/snonux/play to codeberg.org/snonux/player
Diffstat (limited to 'internal/probe')
-rw-r--r--internal/probe/probe.go2
-rw-r--r--internal/probe/probe_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/probe/probe.go b/internal/probe/probe.go
index 5a081d2..d4eb5bb 100644
--- a/internal/probe/probe.go
+++ b/internal/probe/probe.go
@@ -8,7 +8,7 @@ import (
"os/exec"
"strconv"
- "codeberg.org/snonux/play/internal/model"
+ "codeberg.org/snonux/player/internal/model"
)
// Prober extracts metadata from a media file.
diff --git a/internal/probe/probe_test.go b/internal/probe/probe_test.go
index 077c88c..54493ca 100644
--- a/internal/probe/probe_test.go
+++ b/internal/probe/probe_test.go
@@ -5,7 +5,7 @@ import (
"testing"
"time"
- "codeberg.org/snonux/play/internal/model"
+ "codeberg.org/snonux/player/internal/model"
)
func TestParseFFprobeOutput(t *testing.T) {