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
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;
}