summaryrefslogtreecommitdiff
path: root/internal/service/service.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/service/service.go')
-rw-r--r--internal/service/service.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/service/service.go b/internal/service/service.go
index edf9f52..28dfdc9 100644
--- a/internal/service/service.go
+++ b/internal/service/service.go
@@ -6,8 +6,8 @@ import (
"io"
"time"
- "github.com/paul/kiss-media-player/internal/model"
- "github.com/paul/kiss-media-player/internal/repository"
+ "codeberg.org/snonux/play/internal/model"
+ "codeberg.org/snonux/play/internal/repository"
)
// MediaService handles media and set operations.