diff --git a/.pmomusic_audio/cache.db b/.pmomusic_audio/cache.db index 81988eb0..1d046498 100644 Binary files a/.pmomusic_audio/cache.db and b/.pmomusic_audio/cache.db differ diff --git a/PMOMusic/src/main.rs b/PMOMusic/src/main.rs index 41f8dd54..0ab5a884 100644 --- a/PMOMusic/src/main.rs +++ b/PMOMusic/src/main.rs @@ -1,8 +1,8 @@ use pmoapp::{WebAppExt, Webapp}; use pmomediarenderer::MEDIA_RENDERER; use pmomediaserver::{MEDIA_SERVER, sources::SourcesExt}; -use pmosource::MusicSourceExt; use pmoserver::Server; +use pmosource::MusicSourceExt; use pmoupnp::{UpnpServerExt, upnp_api::UpnpApiExt}; use tracing::info; diff --git a/pmoapp/src/lib.rs b/pmoapp/src/lib.rs index d9353128..fcfe1263 100644 --- a/pmoapp/src/lib.rs +++ b/pmoapp/src/lib.rs @@ -297,7 +297,7 @@ pub trait WebAppExt { /// # Type Parameter /// /// * `W` - Type RustEmbed contenant les fichiers de la webapp - async fn add_webapp(&mut self, path: &str) + async fn add_webapp(&mut self, path: &str) where W: RustEmbed + Clone + Send + Sync + 'static; @@ -310,7 +310,7 @@ pub trait WebAppExt { /// # Type Parameter /// /// * `W` - Type RustEmbed contenant les fichiers de la webapp - async fn add_webapp_with_redirect(&mut self, path: &str) + async fn add_webapp_with_redirect(&mut self, path: &str) where W: RustEmbed + Clone + Send + Sync + 'static; } diff --git a/pmoapp/webapp/src/components/RadioParadiseExplorer.vue b/pmoapp/webapp/src/components/RadioParadiseExplorer.vue index 615f6c0b..92ea8021 100644 --- a/pmoapp/webapp/src/components/RadioParadiseExplorer.vue +++ b/pmoapp/webapp/src/components/RadioParadiseExplorer.vue @@ -8,6 +8,13 @@ 🔄 Refresh +