move player package into backend

This commit is contained in:
Drew Weymouth
2024-01-08 18:53:13 -08:00
parent 7cfd176c59
commit e9d462e655
11 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"strconv"
"github.com/dweymouth/supersonic/backend/mediaprovider"
"github.com/dweymouth/supersonic/player"
"github.com/dweymouth/supersonic/backend/player"
"github.com/godbus/dbus/v5"
"github.com/quarckster/go-mpris-server/pkg/events"
"github.com/quarckster/go-mpris-server/pkg/server"