Fix cast broken due to invalid manifest entry

This commit is contained in:
Maxr1998
2022-04-02 11:01:34 +02:00
committed by Niels van Velzen
parent cf98b6bf16
commit 9bc47dcbd8

View File

@@ -77,7 +77,7 @@
android:value="@integer/google_play_services_version" />
<meta-data
android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"
android:value="org.jellyfin.mobile.cast.CastOptionsProvider" />
android:value="org.jellyfin.mobile.player.cast.CastOptionsProvider" />
<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc" />