diff --git a/materialious/android/.idea/other.xml b/materialious/android/.idea/other.xml
index 1811ddc7..b8dd51e2 100644
--- a/materialious/android/.idea/other.xml
+++ b/materialious/android/.idea/other.xml
@@ -58,6 +58,17 @@
+
+
+
+
+
+
+
+
+
+
+
@@ -256,17 +267,6 @@
-
-
-
-
-
-
-
-
-
-
-
@@ -422,6 +422,17 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/materialious/src/lib/components/Player.svelte b/materialious/src/lib/components/Player.svelte
index e27e119a..e014cfb5 100644
--- a/materialious/src/lib/components/Player.svelte
+++ b/materialious/src/lib/components/Player.svelte
@@ -114,6 +114,10 @@
const url = new URL(uri);
const headers = request.headers;
+ if (url.protocol === 'data:') {
+ return;
+ }
+
if (type === shaka.net.NetworkingEngine.RequestType.SEGMENT) {
if (url.pathname.includes('videoplayback')) {
if (headers.Range) {