chore(mobile): update casting to new asset viewer (#19994)

* update casting to new asset viewer

* handle websocket

---------

Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
Brandon Wees 2025-07-17 12:08:32 -05:00 committed by GitHub
parent 055b930066
commit 03ff425664
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 140 additions and 23 deletions

View file

@ -76,7 +76,7 @@ class CustomVideoPlayerControls extends HookConsumerWidget {
if (asset == null) {
return;
}
ref.read(castProvider.notifier).loadMedia(asset, true);
ref.read(castProvider.notifier).loadMediaOld(asset, true);
}
return;
}