diff --git a/mobile/lib/services/gcast.service.dart b/mobile/lib/services/gcast.service.dart index 9361cf533f6..730969e65fd 100644 --- a/mobile/lib/services/gcast.service.dart +++ b/mobile/lib/services/gcast.service.dart @@ -136,10 +136,8 @@ class GCastService implements ICastDestinationService { @override Future initialize() async { - // check if server URL is https - final serverUrl = punycodeDecodeUrl(Store.tryGet(StoreKey.serverEndpoint)); - - return serverUrl?.startsWith("https://") ?? false; + // there is nothing blocking us from using Google Cast that we can check for + return true; } @override