Les playlists suivent la lecture de leurs morceaux.
This commit is contained in:
@@ -10,6 +10,7 @@ pmoutils = { path = "../pmoutils" }
|
||||
pmoserver = { path = "../pmoserver" }
|
||||
pmocovers = { path = "../pmocovers", features = ["pmoserver"] }
|
||||
pmoaudiocache = { path = "../pmoaudiocache", features = ["pmoserver"] }
|
||||
pmoplaylist = { path = "../pmoplaylist", optional = true, features = ["pmoserver"] }
|
||||
pmocache = { path = "../pmocache" }
|
||||
|
||||
url = "2.5.7"
|
||||
@@ -35,5 +36,11 @@ reqwest = "0.12.23"
|
||||
utoipa = { version = "5.3", features = ["axum_extras"] }
|
||||
socket2 = "0.5"
|
||||
|
||||
[features]
|
||||
default = ["server"]
|
||||
server = ["pmoplaylist"]
|
||||
paradise = []
|
||||
qobuz = []
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
libc = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user