diff --git a/src/app/_components/SharePage.tsx b/src/app/_components/SharePage.tsx
index a6b67c1..88f557f 100644
--- a/src/app/_components/SharePage.tsx
+++ b/src/app/_components/SharePage.tsx
@@ -63,6 +63,17 @@ export function SharePage({ fileId, fileType }: SharePageProps) {
       
     );
   }
+  if (fileType.startsWith("audio")) {
+    return (
+      
+    );
+  }
 
   return  ;
 }
\ No newline at end of file
;
 }
\ No newline at end of file