Integrate shared playback coordination and release 0.10.7
Build and Publish / Build and Publish Docker Image (push) Successful in 5m30s

This commit is contained in:
ab
2026-09-10 17:08:34 +03:00
parent 3641b073e5
commit ba1c565bdc
7 changed files with 601 additions and 117 deletions
+5
View File
@@ -1123,6 +1123,11 @@ impl Federation {
.await
}
pub async fn fed_device_web_refresh(&self, user_id: i64) -> Result<()> {
let pool = self.pool().await?;
devices::refresh_web_output(&pool, crate::player::PlayerDeviceHub::shared(), user_id).await
}
pub async fn fed_device_web_command(
&self,
user_id: i64,