A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove opus mime type

-1
-1
src/Javascript/common.ts
··· 65 65 case "m4a": return "audio/mp4"; 66 66 case "flac": return "audio/flac"; 67 67 case "ogg": return "audio/ogg"; 68 - case "opus": return "audio/opus"; 69 68 case "wav": return "audio/wave"; 70 69 case "webm": return "audio/webm"; 71 70 }