chore: add comment

This commit is contained in:
Adrian Castro
2024-02-18 16:14:51 +01:00
parent 45a61a67ea
commit fe488b5e8b
2 changed files with 2 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ export const SourceSelector = () => {
onPress={() => {
off();
router.push({
// replace throws exception
pathname: "/videoPlayer/loading",
params: { sourceID: source.id, data: JSON.stringify(data) },
});