diff --git a/.DS_Store b/.DS_Store index b20cdc77..b3752861 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index 4ebc6399..4b5b564d 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ xxx C/src/soxr-0.1.3/Release/tests **/Release/ **/Debug/ +qobuz_debug OLD-GO-CODE/ xxx xx diff --git a/Cargo.lock b/Cargo.lock index e5a7f33a..a6fec10e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "PMOMusic" -version = "0.3.25" +version = "0.3.26" dependencies = [ "axum 0.8.7", "console-subscriber", diff --git a/Dockerfile b/Dockerfile index 0d5c5e85..0233127f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,8 +32,9 @@ RUN apt-get update && apt-get install -y \ cmake \ && rm -rf /var/lib/apt/lists/* -# Copy Cargo workspace files +# Copy Cargo workspace files and registry configuration COPY Cargo.toml Cargo.lock ./ +COPY .cargo/ ./.cargo/ # Copy all crates COPY PMOMusic/ ./PMOMusic/ diff --git a/pmoapp/webapp/src/components/unified/ServerDrawer.vue b/pmoapp/webapp/src/components/unified/ServerDrawer.vue index df3d42d6..e570993b 100644 --- a/pmoapp/webapp/src/components/unified/ServerDrawer.vue +++ b/pmoapp/webapp/src/components/unified/ServerDrawer.vue @@ -1,5 +1,5 @@