Integrate shared playback coordination and release 0.10.7
Build and Publish / Build and Publish Docker Image (push) Successful in 5m30s
Build and Publish / Build and Publish Docker Image (push) Successful in 5m30s
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user