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
+2 -2
View File
@@ -10,9 +10,9 @@ import (
"reflect"
"time"
"github.com/dweymouth/supersonic/backend/player"
"github.com/dweymouth/supersonic/backend/player/mpv"
"github.com/dweymouth/supersonic/backend/util"
"github.com/dweymouth/supersonic/player"
"github.com/dweymouth/supersonic/player/mpv"
"github.com/dweymouth/supersonic/sharedutil"
"github.com/fsnotify/fsnotify"
"github.com/google/uuid"