Fix mpvipc dependency

This commit is contained in:
Deluan
2023-12-17 13:57:15 -05:00
parent 12aae5e951
commit 421ce91a9e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"os"
"time"
"github.com/DexterLB/mpvipc"
"github.com/dexterlb/mpvipc"
"github.com/navidrome/navidrome/log"
"github.com/navidrome/navidrome/model"
)